David Sommerseth wrote: > +++ b/options.c > @@ -529,6 +529,9 @@ static const char usage_message[] = > " tests of certification. cmd should return 0 to allow\n" > " TLS handshake to proceed, or 1 to fail. (cmd is\n" > " executed as 'cmd certificate_depth > X509_NAME_oneline')\n" > + "--tls-export-cert [directory] : Get peer cert in PEM format and store it > \n" > + " in an openvpn temporary file in [directory]. Peer cert > is \n" > + " stored before tls-verify script execution and deleted > after.\n"
Please update the man page too. //Peter