]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: updates to CA cert and client cert/key info
authorDoug Goldstein <cardoe@gentoo.org>
Fri, 6 May 2011 15:01:04 +0000 (10:01 -0500)
committerEric Blake <eblake@redhat.com>
Tue, 10 May 2011 20:56:53 +0000 (14:56 -0600)
Update the documentation to mention that the CA certificate and the
client cert/key pair can come from the user's location or the global
location independent of each other.

Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
docs/remote.html.in

index 33dbba28478ea12497bbf2d842dd982c79b33799..f6a0683135d0733a612cb889a892bd93b11d3355 100644 (file)
@@ -395,10 +395,13 @@ next section.
     </p>
     <ul>
       <li> For a non-root user, libvirt tries to find the certificates
-        in $HOME/.pki/libvirt. If any of the required certificates can
-        not be found, then the global default locations
-        (/etc/pki/CA/cacert.pem, /etc/pki/libvirt/private/clientkey,
-        /etc/pki/libvirt/clientcert.pem) will be used.
+        in $HOME/.pki/libvirt. If the required CA certificate cannot
+        be found, then the global default location
+        (/etc/pki/CA/cacert.pem) will be used.
+        Likewise, if either the client certificate
+        or the client key cannot be found, then the global default
+        locations (/etc/pki/libvirt/clientcert.pem,
+        /etc/pki/libvirt/private/clientkey.pem) will be used.
       </li>
       <li> For the root user, the global default locations will be used.</li>
     </ul>