mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-06-08 16:35:26 -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>
(cherry picked from commit 403dfe1bfd)
This commit is contained in:
parent
9b42853eea
commit
ebd24617f9
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