Skip to content

Instantly share code, notes, and snippets.

@unalkalkan
Created July 13, 2018 15:29
Show Gist options
  • Save unalkalkan/21ea15e25c7b7579130c995dd7f88cad to your computer and use it in GitHub Desktop.
Save unalkalkan/21ea15e25c7b7579130c995dd7f88cad to your computer and use it in GitHub Desktop.
OpenVPN Server user removing
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