Created
July 13, 2018 15:29
-
-
Save unalkalkan/21ea15e25c7b7579130c995dd7f88cad to your computer and use it in GitHub Desktop.
OpenVPN Server user removing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nano /etc/openvpn/server.conf | |
[Add this line to server.conf] crl-verify /etc/openvpn/pki/crl.pem | |
cd /etc/openvpn/ | |
easyrsa revoke [client-name] | |
easyrsa gen-crl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment