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 76674b6 commit e9f92ebCopy full SHA for e9f92eb
docs/otp.md
@@ -23,7 +23,7 @@ In order to enable two factor authentication the following steps are required.
23
24
* Generate authentication configuration for your client. -t is needed to show QR code, -i is optional for interactive usage
25
26
- docker run -v $OVPN_DATA:/etc/openvpn --rm -t kylemanna/openvpn ovpn_otp_user <user>
+ docker run -v $OVPN_DATA:/etc/openvpn --rm -it kylemanna/openvpn ovpn_otp_user <user>
27
28
The last step will generate OTP configuration for the provided user with the following options
29
0 commit comments