]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a typo and add a missing link to a directive
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 26 Dec 2021 10:15:24 +0000 (10:15 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 26 Dec 2021 10:15:24 +0000 (10:15 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896411 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_md.xml

index 75351388ec7200ec236c3625c0dd00330d9cf841..ab88e0aa4683444906fade7edeea290b54a6f2ec 100644 (file)
@@ -679,7 +679,7 @@ MDPortMap http:- https:8433
                 the module will obtain a certificate for each key.
             </p><p>
                 For example, you may configure an RSA and an Elliptic Curve (EC) key, so
-                that 2 certicates are created for a domain. On a client connection, the first
+                that 2 certificates are created for a domain. On a client connection, the first
                 one supported by the client will then be used.
             </p><p>
                 Since EC keys and certificates are smaller, you might want to offer
@@ -1060,7 +1060,8 @@ MDMessageCmd /etc/apache/md-message
                 DNS name in a MDomain. Cluster setups may use this event to distribute
                 challenge files to all nodes in a cluster.
             </p><p>
-                ocsp-errored happens when MDStapling is enabled for a domain, this indicates
+                ocsp-errored happens when <directive module="mod_md">MDStapling</directive>
+                is enabled for a domain, this indicates
                 that an error was encountered retrieving the OCSP response from the
                 Certificate Authority. mod_md will continue trying.
             </p>