]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Patch from Vedran Miletić in
authorRich Bowen <rbowen@apache.org>
Fri, 21 Jan 2022 15:24:20 +0000 (15:24 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 21 Jan 2022 15:24:20 +0000 (15:24 +0000)
https://bz.apache.org/bugzilla/show_bug.cgi?id=65821  Notes the version
in which MDContactEmail was added.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1897298 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_md.html.en
docs/manual/mod/mod_md.xml

index a2e07db1b7a9597e5344d0daae927742fe3ae3f8..06389aa48ef17953e444d614934144eab8da1a2b 100644 (file)
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_md</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in version 2.4.42 and later</td></tr>
 </table>
             <p>
                 The ACME protocol requires you to give a contact url when you sign up. Currently, 
                 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 <code class="directive"><a href="#mdstapling">MDStapling</a></code>
+                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>
@@ -1006,7 +1008,7 @@ MDomain example2.org auto
                 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
index ab88e0aa4683444906fade7edeea290b54a6f2ec..ed2dc6cd9222c2c942d0da42fb9cdfbc8daed881 100644 (file)
@@ -1281,6 +1281,7 @@ MDMessageCmd /etc/apache/md-message
         <contextlist>
             <context>server config</context>
         </contextlist>
+        <compatibility>Available in version 2.4.42 and later</compatibility>
         <usage>
             <p>
                 The ACME protocol requires you to give a contact url when you sign up. Currently,