mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
man: encourage user to read on about --tls-crypt
As suggested by krzee in trac #790, refer to the --tls-crypt option form the --tls-auth section of the man page, to encourage users to check out the --tls-crypt feature. Trac: #790 Signed-off-by: Steffan Karger <steffan@karger.me> Acked-by: David Sommerseth <davids@openvpn.net> Message-Id: <1482703334-18949-1-git-send-email-steffan@karger.me> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13713.html Signed-off-by: David Sommerseth <davids@openvpn.net>
This commit is contained in:
parent
1e36b81407
commit
403dfe1bfd
1 changed files with 5 additions and 0 deletions
|
|
@ -5036,6 +5036,11 @@ key file used with
|
|||
.B \-\-tls\-auth
|
||||
gives a peer nothing more than the power to initiate a TLS
|
||||
handshake. It is not used to encrypt or authenticate any tunnel data.
|
||||
|
||||
Use
|
||||
.B \-\-tls\-crypt
|
||||
instead if you want to use the key file to not only authenticate, but also
|
||||
encrypt the TLS control channel.
|
||||
.\"*********************************************************
|
||||
.TP
|
||||
.B \-\-tls\-crypt keyfile
|
||||
|
|
|
|||
Loading…
Reference in a new issue