From: Christophe Jaillet Date: Fri, 17 Dec 2021 19:59:32 +0000 (+0000) Subject: Add a compatibility note for MDExternalAccountBinding X-Git-Tag: 2.4.53-rc1-candidate~123 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95fd0f560f9de65fcd250a891c9f53d34e3497ba;p=thirdparty%2Fapache%2Fhttpd.git Add a compatibility note for MDExternalAccountBinding (r1896105 in trunk) + backport part of r1890574 to fix some typo + backport r1874331 to s/https:/TLS/ [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1896106 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_md.xml b/docs/manual/mod/mod_md.xml index 1d72e23e2d6..75351388ec7 100644 --- a/docs/manual/mod/mod_md.xml +++ b/docs/manual/mod/mod_md.xml @@ -33,7 +33,7 @@

This module manages common properties of domains for one or more virtual hosts. - Its serves two main purposes: for one, supervise/renew https: certificates via the + Its serves two main purposes: for one, supervise/renew TLS certificates via the ACME protocol (RFC 8555). Certificates will be renewed by the module ahead of their expiration to account for disruption in internet services. There are ways to monitor the status of all @@ -274,9 +274,9 @@ MDChallengeDns01 /usr/bin/acme-setup-dns your server cannot provide the client with the data and the client browser cannot get it as well, since the OCSP service is not responding.

- The implementation in mod_md will have peristed it, load it again after + The implementation in mod_md will have persisted it, load it again after restart and have it available for incoming connections. A day or two before - this information expires, it will renew it, making it able to copy with + this information expires, it will renew it, making it able to cope with a long OCSP service downtime.

Due to backward compatibility, the existing implementation in mod_ssl could @@ -1300,6 +1300,7 @@ MDMessageCmd /etc/apache/md-message server config + Available in version 2.4.52 and later

Configure values for ACME "External Account Binding", a feature