mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
client SSL * -> SSL client *
This commit is contained in:
parent
11f50d20c3
commit
a0b916a177
1 changed files with 2 additions and 2 deletions
|
|
@ -108,7 +108,7 @@ also be used for other proxy-traversing purposes like proxy bouncing.
|
|||
set, proxytunnel will prompt for a password.
|
||||
|
||||
*-c*, *--cert*=_filename_::
|
||||
Provide the name of the file containing the client SSL certificate to
|
||||
Provide the name of the file containing the SSL client certificate to
|
||||
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
|
||||
|
|
@ -118,7 +118,7 @@ also be used for other proxy-traversing purposes like proxy bouncing.
|
|||
*-X*, *--encrypt-remproxy* is given.
|
||||
|
||||
*-k*, *--key*=_filename_::
|
||||
Provide the name of the file containing the client SSL key to authenticate
|
||||
Provide the name of the file containing the SSL client key to authenticate
|
||||
by client certificate against local proxy, remote proxy or destination. The
|
||||
file must be in PEM format.
|
||||
Requires specification of *-c*, *--cert* in addition.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue