Changes between Version 8 and Version 9 of Openvpn24ManPage


Ignore:
Timestamp:
03/22/17 14:25:45 (7 years ago)
Author:
Samuli Seppänen
Comment:

Update Openvpn24ManPage to OpenVPN 2.4.1

Legend:

Unmodified
Added
Removed
Modified
  • Openvpn24ManPage

    v8 v9  
    342342persist-tun
    343343pkcs12 client.p12
    344 ns-cert-type server
     344remote-cert-tls server
    345345verb 3
    346346</B></PRE>
     
    33403340process.
    33413341<P>
     3342The
     3343<B>module-pathname</B>
     3344
     3345argument can be just a filename or a filename with a relative
     3346or absolute path.  The format of the filename and path defines
     3347if the plug-in will be loaded from a default plug-in directory
     3348or outside this directory.
     3349<P>
     3350<PRE>
     3351<B>--plugin path&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Effective directory used</B>
     3352====================================================
     3353 myplug.so            DEFAULT_DIR/myplug.so
     3354 subdir/myplug.so     DEFAULT_DIR/subdir/myplug.so
     3355 ./subdir/myplug.so   CWD/subdir/myplug.so
     3356 /usr/lib/my/plug.so  /usr/lib/my/plug.so
     3357</PRE>
     3358
     3359<P>
     3360DEFAULT_DIR is replaced by the default plug-in directory,
     3361which is configured at the build time of OpenVPN.  CWD is the
     3362current directory where OpenVPN was started or the directory
     3363OpenVPN have swithed into via the
     3364
     3365option before the
     3366
     3367option.
     3368<P>
    33423369For more information and examples on how to build OpenVPN
    33433370plug-in modules, see the README file in the
     
    48394866description of the OpenVPN challenge/response protocol.
    48404867
    4841 <DT><B>--server-poll-timeout n</B>
    4842 
    4843 <DD>
    4844 <B>--connect-timeout n</B>
    4845 
    4846 when connecting to a remote server do not wait for more than
     4868<DT><B>--server-poll-timeout n</B>, <B>--connect-timeout n</B><DD>
     4869When connecting to a remote server do not wait for more than
    48474870<B>n</B>
    48484871
     
    64736496options can be defined to track multiple attributes.
    64746497
    6475 <DT><B>--ns-cert-type client|server</B>
    6476 
    6477 <DD>
     6498<DT><B>--ns-cert-type client|server (DEPRECATED)</B>
     6499
     6500<DD>
     6501This option is deprecated.  Use the more modern equivalent
     6502<B>--remote-cert-tls</B>
     6503
     6504instead.  This option will be removed in OpenVPN 2.5.
     6505<P>
    64786506Require that peer certificate was signed with an explicit
    64796507<B>nsCertType</B>
     
    65066534
    65076535
    6508 <DT><B>--remote-cert-ku v...</B>
     6536<DT><B>--remote-cert-ku [v...]</B>
    65096537
    65106538<DD>
     
    65136541
    65146542<P>
     6543If present in the certificate, the keyUsage value is validated by the TLS
     6544library during the TLS handshake.  Specifying this option without arguments
     6545requires this extension to be present (so the TLS library will verify it).
     6546<P>
     6547If the list
     6548<B>v...</B>
     6549
     6550is also supplied, the keyUsage field must have
     6551<B>at least</B>
     6552
     6553the same bits set as the bits in
     6554<B>one of</B>
     6555
     6556the values supplied in the list
     6557<B>v...</B>
     6558
     6559<P>
     6560The key usage values in the list must be encoded in hex, e.g.
     6561&quot;--remote-cert-ku a0&quot;
     6562
     6563<DT><B>--remote-cert-eku oid</B>
     6564
     6565<DD>
     6566Require that peer certificate was signed with an explicit
     6567<B>extended key usage.</B>
     6568
     6569<P>
    65156570This is a useful security option for clients, to ensure that
    65166571the host they connect to is a designated server.
    65176572<P>
    6518 The key usage should be encoded in hex, more than one key
    6519 usage can be specified.
    6520 
    6521 <DT><B>--remote-cert-eku oid</B>
    6522 
    6523 <DD>
    6524 Require that peer certificate was signed with an explicit
    6525 <B>extended key usage.</B>
    6526 
    6527 <P>
    6528 This is a useful security option for clients, to ensure that
    6529 the host they connect to is a designated server.
    6530 <P>
    65316573The extended key usage should be encoded in oid notation, or
    65326574OpenSSL symbolic representation.
     
    65436585based on RFC3280 TLS rules.
    65446586<P>
    6545 This is a useful security option for clients, to ensure that
    6546 the host they connect to is a designated server.
     6587This is a useful security option for clients, to ensure that the host they
     6588connect to is a designated server.  Or the other way around; for a server to
     6589verify that only hosts with a client certificate can connect.
    65476590<P>
    65486591The
     
    65506593
    65516594option is equivalent to
    6552 <B>--remote-cert-ku 80 08 88 --remote-cert-eku &quot;TLS Web Client Authentication&quot;</B>
    6553 
    6554 <P>
    6555 The key usage is digitalSignature and/or keyAgreement.
     6595<B>--remote-cert-ku --remote-cert-eku &quot;TLS Web Client Authentication&quot;</B>
     6596
    65566597<P>
    65576598The
     
    65596600
    65606601option is equivalent to
    6561 <B>--remote-cert-ku a0 88 --remote-cert-eku &quot;TLS Web Server Authentication&quot;</B>
    6562 
    6563 <P>
    6564 The key usage is digitalSignature and ( keyEncipherment or keyAgreement ).
     6602<B>--remote-cert-ku --remote-cert-eku &quot;TLS Web Server Authentication&quot;</B>
     6603
    65656604<P>
    65666605This is an important security precaution to protect against
     
    71047143<DD>
    71057144Ask Windows to release the TAP adapter lease on shutdown.
    7106 This option has the same caveats as
    7107 <B>--dhcp-renew</B>
    7108 
    7109 above.
     7145This option has no effect now, as it is enabled by default starting with version 2.4.1.
    71107146
    71117147<DT><B>--register-dns</B>
     
    89709006<A HREF="/cgi-bin/man/man2html">man2html</A>,
    89719007using the manual pages.<BR>
    8972 Time: 12:41:06 GMT, December 27, 2016
     9008Time: 14:20:48 GMT, March 22, 2017
    89739009}}}