diff --git a/docs/clients.md b/docs/clients.md index 15d56e7..e5538f3 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -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. \ No newline at end of file +The OpenVPN server will read this change everytime a client connects (no need to restart server) and deny clients access using revoked certificates.