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,7 @@ next section. - /etc/pki/libvirt/ private/clientkey.pem + /etc/pki/libvirt/private/clientkey.pem Installed on the client Client's private key. (more info) @@ -451,7 +459,26 @@ next section. - /etc/pki/libvirt/ clientcert.pem + /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) + n/a + + + + $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