]> git.proxmox.com Git - pve-docs.git/blobdiff - certificate-management.adoc
images: add screenshot of bootorder dialog
[pve-docs.git] / certificate-management.adoc
index ce9081d22386f6fe31bf25a9ea1d4fd76cb79c8b..00633a104b82c316b388f111ca693e15d0e8621d 100644 (file)
@@ -104,12 +104,12 @@ the {pve} cluster under your operation, are the real owner of a domain. This is
 the basis building block for automatic certificate management.
 
 The ACME protocol specifies different types of challenges, for example the
-`http-01` where a webserver provides a file with a certain value to proof that
+`http-01` where a webserver provides a file with a certain value to prove that
 it controls a domain. Sometimes this isn't possible, either because of
 technical limitations or if the address a domain points to is not reachable
-from the public internet. For such cases one could use the `dns-01` challenge.
-That challenge provides also a certain value, but not over a text file, but
-through a DNS record on the authority name server of the domain.
+from the public internet. For such cases, one could use the `dns-01` challenge.
+This challenge also provides a certain value, but through a DNS record on the
+authority name server of the domain, rather than over a text file.
 
 [thumbnail="screenshot/gui-datacenter-acme-overview.png"]