From: Rich Bowen Date: Fri, 21 Jan 2022 15:24:20 +0000 (+0000) Subject: Patch from Vedran Miletić in X-Git-Tag: 2.4.53-rc1-candidate~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=497989081de47b8637a68158e8c351fdc919a4d3;p=thirdparty%2Fapache%2Fhttpd.git Patch from Vedran Miletić in 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 --- diff --git a/docs/manual/mod/mod_md.html.en b/docs/manual/mod/mod_md.html.en index a2e07db1b7a..06389aa48ef 100644 --- a/docs/manual/mod/mod_md.html.en +++ b/docs/manual/mod/mod_md.html.en @@ -609,6 +609,7 @@ Context:server config Status:Experimental Module:mod_md +Compatibility:Available in version 2.4.42 and later

The ACME protocol requires you to give a contact url when you sign up. Currently, @@ -792,7 +793,8 @@ DNS name in a MDomain. Cluster setups may use this event to distribute challenge files to all nodes in a cluster.

- ocsp-errored happens when MDStapling is enabled for a domain, this indicates + ocsp-errored happens when MDStapling + 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.

@@ -1006,7 +1008,7 @@ MDomain example2.org auto the module will obtain a certificate for each key.

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.

Since EC keys and certificates are smaller, you might want to offer diff --git a/docs/manual/mod/mod_md.xml b/docs/manual/mod/mod_md.xml index ab88e0aa468..ed2dc6cd922 100644 --- a/docs/manual/mod/mod_md.xml +++ b/docs/manual/mod/mod_md.xml @@ -1281,6 +1281,7 @@ MDMessageCmd /etc/apache/md-message server config + Available in version 2.4.42 and later

The ACME protocol requires you to give a contact url when you sign up. Currently,