diff options
Diffstat (limited to 'main/openvpn/doc')
| -rw-r--r-- | main/openvpn/doc/openvpn.8 | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/main/openvpn/doc/openvpn.8 b/main/openvpn/doc/openvpn.8 index 3a58317d..b7d6a3d7 100644 --- a/main/openvpn/doc/openvpn.8 +++ b/main/openvpn/doc/openvpn.8 @@ -4246,6 +4246,13 @@ included with the OpenVPN distribution.  Diffie Hellman parameters  may be considered public.  .\"*********************************************************  .TP +.B \-\-ecdh-curve name +Specify the curve to use for elliptic curve Diffie Hellman. Available +curves can be listed with +.B \-\-show-curves +. The specified curve will only be used for ECDH TLS-ciphers. +.\"********************************************************* +.TP  .B \-\-cert file  Local peer's signed certificate in .pem format \-\- must be signed  by a certificate authority whose certificate is in @@ -5027,6 +5034,13 @@ lowest.  Show currently available hardware-based crypto acceleration  engines supported by the OpenSSL library.  .\"********************************************************* +.TP +.B \-\-show-curves +(Standalone) +Show all available elliptic curves to use with the +.B \-\-ecdh-curve +option. +.\"*********************************************************  .SS Generate a random key:  Used only for non-TLS static key encryption mode.  .\"********************************************************* | 
