From cc4447b68abf647ad41810b490c6a7b2d0291fd2 Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Thu, 27 Jan 2011 22:08:25 +0800 Subject: [PATCH] docs: Add docs for new extra parameter pkipath * docs/remote.html.in --- docs/remote.html.in | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/remote.html.in b/docs/remote.html.in index b0fdb7c2ef..33dbba2847 100644 --- a/docs/remote.html.in +++ b/docs/remote.html.in @@ -308,6 +308,21 @@ Note that parameter values must be Example: no_tty=1 + + + pkipath + + tls + + Specifies x509 certificates path for the client. If any of + the CA certificate, client certificate, or client key is + missing, the connection will fail with a fatal error. + + + + + Example: pkipath=/tmp/pki/client +

Generating TLS certificates @@ -372,6 +387,21 @@ next section. +

+ If 'pkipath' is specified in URI, then all the client + certificates must be found in the path specified, otherwise the + connection will fail with a fatal error. If 'pkipath' is not + specified: +

+

Background to TLS certificates