summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2021-03-22 15:09:05 +0000
committerStefan Eissing <icing@apache.org>2021-03-22 15:09:05 +0000
commitcd1ff445fbb0857f84664b688cebde3e753a0280 (patch)
tree864007690200fba7e4cbedfd582e753c58b0464b /CHANGES
parentae178dbcc50ddd3be554f3007f3b4e1ac9903b3e (diff)
downloadhttpd-cd1ff445fbb0857f84664b688cebde3e753a0280.tar.gz
mod_md:
- MDCertificateFile and MDCertificateKeyFile can now be specified several times to add multiple, static certificates to a MDomain. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1887923 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 52933fcfd4..076a8c711b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -60,6 +60,8 @@ Changes with Apache 2.5.1
- Account Update transactions to V2 CAs now use the correct POST-AS-GET method.
Previously, an empty JSON object was sent - which apparently LE accepted,
but others reject.
+ - MDCertificateFile and MDCertificateKeyFile can now be specified several
+ times to add multiple, static certificates to a MDomain.
[Stefan Eissing, @tlhackque, Andreas Ulm]
*) mod_session: Improve session parsing. [Yann Yalvic]