]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Man page sections corrections
authorRichard Bonhomme <tincanteksup@gmail.com>
Tue, 19 Jan 2021 21:56:17 +0000 (21:56 +0000)
committerGert Doering <gert@greenie.muc.de>
Wed, 20 Jan 2021 06:53:52 +0000 (07:53 +0100)
Signed-off-by: Richard Bonhomme <tincanteksup@gmail.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20210119215617.116886-1-tincanteksup@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg21451.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/man-sections/renegotiation.rst
doc/man-sections/tls-options.rst

index b817cfa8c63e9845efbea93c96738e0803793f92..c5484404deffd6a5faf3b66d4ec9a9894be9a601 100644 (file)
@@ -35,7 +35,7 @@ separate ephemeral encryption key which is rotated at regular intervals.
   pseudo-uniform-randomized between ``min`` and ``max``.
 
   With the default value of :code:`3600` this results in an effective per
-  session value in the range of :code:`3240`..:code:`3600` seconds for
+  session value in the range of :code:`3240` .. :code:`3600` seconds for
   servers, or just 3600 for clients.
 
   When using dual-factor authentication, note that this default value may
index 5dd2001301e485de0a30be4881b49774c3a3dc37..28cf6f1e1ae90149f7477ddd39ec49a7a5880800 100644 (file)
@@ -422,13 +422,13 @@ certificates and keys: https://github.com/OpenVPN/easy-rsa
   :code:`DEFAULT:!EXP:!LOW:!MEDIUM:!kDH:!kECDH:!DSS:!PSK:!SRP:!kRSA` when
   using OpenSSL.
 
-  The default for `--tls-ciphersuites` is to use the crypto library's
-  default.
-
 --tls-ciphersuites l
   Same as ``--tls-cipher`` but for TLS 1.3 and up. mbed TLS has no
   TLS 1.3 support yet and only the ``--tls-cipher`` setting is used.
 
+  The default for `--tls-ciphersuites` is to use the crypto library's
+  default.
+
 --tls-client
   Enable TLS and assume client role during TLS handshake.