From: Rainer Jung Date: Mon, 5 Aug 2019 19:44:51 +0000 (+0000) Subject: Rearrange long mod_md CHANGES entry in an attempt X-Git-Tag: 2.4.41~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d5826258d24c995a0908dee98682540cf4e5f1f;p=thirdparty%2Fapache%2Fhttpd.git Rearrange long mod_md CHANGES entry in an attempt to give it a better structure. I hope I got it right. Also dropped misleading reference to missing mod_ssl backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1864454 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b5b698517b8..2eb761d8f24 100644 --- a/CHANGES +++ b/CHANGES @@ -37,24 +37,27 @@ Changes with Apache 2.4.40 [Stefan Eissing] *) mod_md: new features - - supports the ACMEv2 protocol - - new challenge method 'tls-alpn-01' implemented, needs mod_ssl patch to become available - - supports command configuration to setup/teardown 'dns-01' challenges - - supports wildcard certificates when dns challenges are configured - - ACMEv2 is the new default and will be used on the next certificate renewal, - unless another MDCertificateAuthority is configured - - challenge type 'tls-sni-01' has been removed as CAs do not offer this any longer - - a domain exposes its status at https:///.httpd/certificate-status - - Managed Domains are now in Apache's 'server-status' page - - A new handler 'md-status' exposes verbose status information in JSON format - - new directives "MDCertificateFile" and "MDCertificateKeyFile" to configure a - Managed Domain that uses static files. Auto-renewal is turned off for those. - - new MDMessageCmd that is invoked on several events: 'renewed', 'expiring' and - 'errored'. New 'MDWarnWindow' directive to configure when expiration warnings - shall be issued. - - ACMEv2 endpoints use the GET via empty POST way of accessing resources, see - announcement by Let's Encrypt: - https://community.letsencrypt.org/t/acme-v2-scheduled-deprecation-of-unauthenticated-resource-gets/74380 + - protocol + - supports the ACMEv2 protocol. It is the default and will be used on the next + certificate renewal, unless another "MDCertificateAuthority" is configured + - ACMEv2 endpoints use the GET via empty POST way of accessing resources, see + announcement by Let's Encrypt: + https://community.letsencrypt.org/t/acme-v2-scheduled-deprecation-of-unauthenticated-resource-gets/74380 + - challenges + - new challenge method 'tls-alpn-01' implemented + - challenge type 'tls-sni-01' has been removed as CAs do not offer this any longer + - supports command configuration to setup/teardown 'dns-01' challenges + - supports wildcard certificates when dns challenges are configured + - status information and monitoring + - a domain exposes its status at https:///.httpd/certificate-status + - Managed Domains are now in Apache's 'server-status' page + - A new handler 'md-status' exposes verbose status information in JSON format + - new directives + - "MDCertificateFile" and "MDCertificateKeyFile" to configure a + Managed Domain that uses static files. Auto-renewal is turned off for those. + - "MDMessageCmd" that is invoked on several events: 'renewed', 'expiring' and + 'errored'. + - "MDWarnWindow" directive to configure when expiration warnings shall be issued. [Stefan Eissing] *) mod_mime_magic: Fix possible corruption of returned strings.