]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: tlscerts: Fix a few broken links
authorVille Skyttä <ville.skytta@iki.fi>
Sat, 13 Feb 2021 06:36:29 +0000 (08:36 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 16 Feb 2021 07:35:09 +0000 (08:35 +0100)
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
docs/tlscerts.html.in

index 8a7431168249bad2dfec9b89f7696d41f87285e8..5b7a5f56e4c2e8960ed2985d06de7f395a3e913a 100644 (file)
@@ -125,12 +125,12 @@ of the server and clients.  There are two distinct checks involved:
 server.  Checking done by client by matching the certificate that
 the server sends to the server's hostname.  May be disabled by adding
 <code>?no_verify=1</code> to the
-<a href="#Remote_URI_parameters">remote URI</a>.
+<a href="uri.html#Remote_URI_parameters">remote URI</a>.
 </li>
       <li> The server should know that only permitted clients are
 connecting.  This can be done based on client's IP address, or on
 client's IP address and client's certificate.  Checking done by the
-server.  May be enabled and disabled in the <a href="#Remote_libvirtd_configuration">libvirtd.conf file</a>.
+        server.  May be enabled and disabled in the <a href="remote.html#Remote_libvirtd_configuration">libvirtd.conf file</a>.
 </li>
     </ul>
     <p>
@@ -142,7 +142,7 @@ your own CA and tell your server(s) and clients to trust certificates
 issues by your own CA.  Follow the instructions in the next section.
 </p>
     <p>
-Be aware that the <a href="#Remote_libvirtd_configuration">default
+Be aware that the <a href="remote.html#Remote_libvirtd_configuration">default
 configuration for libvirtd</a> allows any client to connect provided
 they have a valid certificate issued by the CA for their own IP
 address.  You may want to change this to make it less (or more)
@@ -236,7 +236,7 @@ include the SAN fields.
 </p>
     <p>
 In the example below, clients will be connecting to the
-server using a <a href="#Remote_URI_reference">URI</a> of
+server using a <a href="uri.html#URI_remote">URI</a> of
 <code>qemu://compute1.libvirt.org/system</code>, so the CN
 must be "<code>compute1.libvirt.org</code>".
 </p>