From a0b916a1778e95e1ccb8090f31a5cea118b8dfac Mon Sep 17 00:00:00 2001 From: Sven Geuer <68420948@users.noreply.github.com> Date: Sun, 17 Dec 2023 19:49:28 +0100 Subject: [PATCH] client SSL * -> SSL client * --- docs/proxytunnel.1.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/proxytunnel.1.adoc b/docs/proxytunnel.1.adoc index 3587c40..1550011 100644 --- a/docs/proxytunnel.1.adoc +++ b/docs/proxytunnel.1.adoc @@ -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.