From: Osier Yang Date: Thu, 27 Jan 2011 14:08:25 +0000 (+0800) Subject: docs: Add docs for new extra parameter pkipath X-Git-Tag: v0.8.8~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc4447b68abf647ad41810b490c6a7b2d0291fd2;p=thirdparty%2Flibvirt.git docs: Add docs for new extra parameter pkipath * docs/remote.html.in --- 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