summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
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]