From a20c63893e4d0ca3478dcf35d56f051364c03b26 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 24 Jan 2017 14:42:51 +0000 Subject: [PATCH] modify command in documentation too --- docs/otp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/otp.md b/docs/otp.md index 230c27e..edbd156 100644 --- a/docs/otp.md +++ b/docs/otp.md @@ -15,7 +15,7 @@ In order to enable two factor authentication the following steps are required. * Generate server configuration with `-2` and `-C $CIPHER` options - docker run -v $OVPN_DATA:/etc/openvpn --rm kylemanna/openvpn ovpn_genconfig -u udp://vpn.example.com -2 + docker run -v $OVPN_DATA:/etc/openvpn --rm kylemanna/openvpn ovpn_genconfig -u udp://vpn.example.com -2 -C $CIPHER * Generate your client certificate (possibly without a password since you're using OTP)