mirror of
https://github.com/apache/httpd.git
synced 2025-08-16 16:17:23 +00:00

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923592 13f79535-47bb-0310-9956-ffa450edef68
15 lines
909 B
Plaintext
15 lines
909 B
Plaintext
*) mod_md: update to version 2.5.1
|
|
- Added support for ACME profiles with new directives MDProfile and
|
|
MDProfileMandatory.
|
|
- When installing a custom CA file via `MDCACertificateFile`, also set the
|
|
libcurl option CURLSSLOPT_NO_REVOKE that suppresses complains by Schannel
|
|
(when curl is linked with it) about missing CRL/OCSP in certificates.
|
|
- Fixed handling of corrupted httpd.json and added test 300_30 for it.
|
|
File is removed on error and written again. Fixes #369.
|
|
- Added explanation in log for how to proceed when md_store.json could not be
|
|
parsed and prevented the server start.
|
|
- restored fixed to #336 and #337 which got lost in a sync with Apache svn
|
|
- Add Issue Name/Uris to certificate information in md-status handler
|
|
- MDomains with static certificate files have MDRenewMode "manual", unless
|
|
"always" is configured.
|