diff options
author | Stefan Eissing <icing@apache.org> | 2023-07-14 14:26:50 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2023-07-14 14:26:50 +0200 |
commit | c69fae8d562a8f0e4e1ebf075a423678799ebe82 (patch) | |
tree | bd5489a912e6a3bbc9432eec2e5a0d19c333cb89 /changes-entries/md_v2.4.23.txt | |
parent | test: update http2 test 008_03 for curl allowing the server to send almost al... (diff) | |
download | apache2-c69fae8d562a8f0e4e1ebf075a423678799ebe82.tar.xz apache2-c69fae8d562a8f0e4e1ebf075a423678799ebe82.zip |
* 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.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910996 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries/md_v2.4.23.txt')
-rw-r--r-- | changes-entries/md_v2.4.23.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/changes-entries/md_v2.4.23.txt b/changes-entries/md_v2.4.23.txt new file mode 100644 index 0000000000..736e0c5c68 --- /dev/null +++ b/changes-entries/md_v2.4.23.txt @@ -0,0 +1,14 @@ + * 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. |