From de943f0b0667dc4f48635845beb96a6851804cab Mon Sep 17 00:00:00 2001 From: lawtancool <26829131+lawtancool@users.noreply.github.com> Date: Sat, 22 Jun 2019 21:41:31 -0700 Subject: [PATCH] update README.md with ovpn_genclientcert notes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbe5fdc..cf40d05 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ a corresponding [Digital Ocean Community Tutorial](http://bit.ly/1AGUZkq). * Generate a client certificate without a passphrase - docker run -v $OVPN_DATA:/etc/openvpn --log-driver=none --rm -it kylemanna/openvpn easyrsa build-client-full CLIENTNAME nopass + docker run -v $OVPN_DATA:/etc/openvpn --log-driver=none --rm -it kylemanna/openvpn ovpn_genclientcert CLIENTNAME nopass * Retrieve the client configuration with embedded certificates