summaryrefslogtreecommitdiffstats
path: root/changes-entries/md_v2.4.23.txt
diff options
context:
space:
mode:
Diffstat (limited to 'changes-entries/md_v2.4.23.txt')
-rw-r--r--changes-entries/md_v2.4.23.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/changes-entries/md_v2.4.23.txt b/changes-entries/md_v2.4.23.txt
deleted file mode 100644
index 736e0c5c68..0000000000
--- a/changes-entries/md_v2.4.23.txt
+++ /dev/null
@@ -1,14 +0,0 @@
- * mod_md:
- - New directive `MDMatchNames all|servernames` to allow more control over how
- MDomains are matched to VirtualHosts.
- - New directive `MDChallengeDns01Version`. Setting this to `2` will provide
- the command also with the challenge value on `teardown` invocation. In version
- 1, the default, only the `setup` invocation gets this parameter.
- Refs #312. Thanks to @domrim for the idea.
- - For Managed Domain in "manual" mode, the checks if all used ServerName and
- ServerAlias are part of the MDomain now reports a warning instead of an error
- (AH10040) when not all names are present.
- - MDChallengeDns01 can now be configured for individual domains.
- Using PR from Jérôme Billiras (@bilhackmac) and adding test case and fixing proper working
- - Fixed a bug found by Jérôme Billiras (@bilhackmac) that caused the challenge
- teardown not being invoked as it should.