summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-05-13 11:03:51 +0000
committerStefan Eissing <icing@apache.org>2022-05-13 11:03:51 +0000
commite6e83f275f4f7e66023a0dec83dfe2ca147bb536 (patch)
tree06894ac4fa8570dc4c845bcbb99fd9783c1c3e6f /changes-entries
parentcda87408aeafb96af7f7972ff9157a9e656e9b7f (diff)
downloadhttpd-e6e83f275f4f7e66023a0dec83dfe2ca147bb536.tar.gz
*) mod_md: the `MDCertificateAuthority` directive can take more than one URL/name of
an ACME CA. This gives a failover for renewals when several consecutive attempts to get a certificate failed. A new directive was added: `MDRetryDelay` sets the delay of retries. A new directive was added: `MDRetryFailover` sets the number of errored attempts before an alternate CA is selected for certificate renewals. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900852 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/md_acme_failover.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/changes-entries/md_acme_failover.txt b/changes-entries/md_acme_failover.txt
new file mode 100644
index 0000000000..bb1999c9a9
--- /dev/null
+++ b/changes-entries/md_acme_failover.txt
@@ -0,0 +1,7 @@
+ *) mod_md: the `MDCertificateAuthority` directive can take more than one URL/name of
+ an ACME CA. This gives a failover for renewals when several consecutive attempts
+ to get a certificate failed.
+ A new directive was added: `MDRetryDelay` sets the delay of retries.
+ A new directive was added: `MDRetryFailover` sets the number of errored
+ attempts before an alternate CA is selected for certificate renewals.
+ [Stefan Eissing]