From 978e072d29c4316bb3bb8fe9820157bea58a2370 Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Mon, 11 May 2015 10:48:09 -0700 Subject: [PATCH] docs: Fix typo to CRL steps * Copy paste error. Oops. --- docs/clients.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.