docs: Fix typo to CRL steps

* Copy paste error. Oops.
This commit is contained in:
Kyle Manna 2015-05-11 10:48:09 -07:00
parent 5021bad597
commit 978e072d29

View File

@ -31,7 +31,7 @@ After doing so, you will find the following files in each of the `$cn` directori
Revoke `client1`'s certificate and generate the certificate revocation list (CRL):
docker run --rm -it -v /tmp/openvpn:/etc/openvpn kylemanna/openvpn easyrsa revoke client1
docker run --rm -it -v /tmp/openvpn:/etc/openvpn kylemanna/openvpn easyrsa gen-crl
docker run --rm -it --volumes-from $OVPN_DATA kylemanna/openvpn easyrsa revoke client1
docker run --rm -it --volumes-from $OVPN_DATA kylemanna/openvpn easyrsa gen-crl
The OpenVPN server will read this change everytime a client connects (no need to restart server) and deny clients access using revoked certificates.
The OpenVPN server will read this change everytime a client connects (no need to restart server) and deny clients access using revoked certificates.