From e6e83f275f4f7e66023a0dec83dfe2ca147bb536 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Fri, 13 May 2022 11:03:51 +0000 Subject: *) 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 --- changes-entries/md_acme_failover.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changes-entries/md_acme_failover.txt (limited to 'changes-entries') 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] -- cgit v1.2.1