From: Daniel P. Berrange Date: Thu, 15 Sep 2016 13:47:59 +0000 (+0100) Subject: docs: expand docs on user x509 cert locations X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c255bc7185556800697a50c1c42d1bb333411526;p=libvirt.git docs: expand docs on user x509 cert locations The layout in $HOME/.pki is different from that in /etc/pki but we never tell anyone about this trap. Add docs showing the required $HOME/.pki layout. --- diff --git a/docs/remote.html.in b/docs/remote.html.in index 9b132f13d7..4c3012f1b4 100644 --- a/docs/remote.html.in +++ b/docs/remote.html.in @@ -419,13 +419,21 @@ next section. /etc/pki/CA/cacert.pem - Installed on all clients and servers + Installed on the client and server CA's certificate (more info) n/a - /etc/pki/libvirt/ private/serverkey.pem + $HOME/.pki/cacert.pem + + Installed on the client + CA's certificate (more info) + n/a + + + + /etc/pki/libvirt/private/serverkey.pem Installed on the server Server's private key (more info) @@ -433,7 +441,7 @@ next section. - /etc/pki/libvirt/ servercert.pem + /etc/pki/libvirt/servercert.pem Installed on the server Server's certificate signed by the CA. @@ -443,7 +451,26 @@ next section. - /etc/pki/libvirt/ private/clientkey.pem + /etc/pki/libvirt/private/clientkey.pem + + Installed on the client + Client's private key. (more info) + n/a + + + + /etc/pki/libvirt/clientcert.pem + + Installed on the client + Client's certificate signed by the CA + (more info) + Distinguished Name (DN) can be checked against an access + control list (tls_allowed_dn_list). + + + + + $HOME/.pki/libvirt/clientkey.pem Installed on the client Client's private key. (more info) @@ -451,7 +478,7 @@ next section. - /etc/pki/libvirt/ clientcert.pem + $HOME/.pki/libvirt/clientcert.pem Installed on the client Client's certificate signed by the CA @@ -469,7 +496,7 @@ next section.

Background to TLS certificates