Skip to content

Commit

Permalink
[DOC] Fix to make sure the command allows interaction (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
AvnerCohen authored Mar 20, 2020
1 parent 76674b6 commit e9f92eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/otp.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In order to enable two factor authentication the following steps are required.

* Generate authentication configuration for your client. -t is needed to show QR code, -i is optional for interactive usage

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>

The last step will generate OTP configuration for the provided user with the following options

Expand Down

0 comments on commit e9f92eb

Please sign in to comment.