Corrections and updates to the manual page

This commit is contained in:
Sven Geuer 2023-12-15 23:10:47 +01:00
parent 002410f449
commit 4cc6aa11db

View file

@ -105,20 +105,20 @@ also be used for other proxy-traversing purposes like proxy bouncing.
*-c*, *--cert*=_filename_::
Provide the name of the file containing the client SSL certificate to
authenticate by client certificate against a local proxy, remote proxy or
the destination. The file must be in PEM format.
authenticate by client certificate against local proxy, remote proxy or
destination. The file must be in PEM format.
On top of this it may contain one or more intermediary certificates missing
at the servers's end, effectively forming a certificate chain.
Requires specification of *-k*, *--key* in addition.
Ignored if neither *-e*, *--encrypt** nor *-E*, *--encrypt-proxy* nor
Ignored if neither *-e*, *--encrypt* nor *-E*, *--encrypt-proxy* nor
*-X*, *--encrypt-remproxy* is given.
*-k*, *--key*=_filename_::
Provide the name of the file containing the client SSL key to authenticate
by client certificate against a local proxy, remote proxy or the
destination. The file must be in PEM format.
by client certificate against local proxy, remote proxy or destination. The
file must be in PEM format.
Requires specification of *-c*, *--cert* in addition.
Ignored if neither *-e*, *--encrypt** nor *-E*, *--encrypt-proxy* nor
Ignored if neither *-e*, *--encrypt* nor *-E*, *--encrypt-proxy* nor
*-X*, *--encrypt-remproxy* is given.
*-N*, *--ntlm*::
@ -252,7 +252,8 @@ variables:
== BUGS
This software is bug-free, at least we'd like to think so. If you do not
agree with us, please attach the proof to your friendly email :)
agree with us, please provide the proof with your friendly report at
https://github.com/proxytunnel/proxytunnel/issues :)
== AUTHOR
@ -261,4 +262,4 @@ This manpage was initially written by Loïc Le Guyader
asciidoc by Dag Wieërs <dag@wieers.com> and is now maintained by the
Proxytunnel developers.
Homepage at http://proxytunnel.sourceforge.net/
Homepages at https://proxytunnel.sourceforge.io and https://github.com/proxytunnel/proxytunnel