We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbdc8e3 commit a20c638Copy full SHA for a20c638
docs/otp.md
@@ -15,7 +15,7 @@ In order to enable two factor authentication the following steps are required.
15
16
* Generate server configuration with `-2` and `-C $CIPHER` options
17
18
- 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
19
20
* Generate your client certificate (possibly without a password since you're using OTP)
21
0 commit comments