]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_md: the `MDCertificateAuthority` directive can take more than one URL/name of
authorStefan Eissing <icing@apache.org>
Fri, 13 May 2022 11:03:51 +0000 (11:03 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 13 May 2022 11:03:51 +0000 (11:03 +0000)
commite6e83f275f4f7e66023a0dec83dfe2ca147bb536
tree06894ac4fa8570dc4c845bcbb99fd9783c1c3e6f
parentcda87408aeafb96af7f7972ff9157a9e656e9b7f
  *) 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
28 files changed:
changes-entries/md_acme_failover.txt [new file with mode: 0644]
docs/manual/mod/mod_md.xml
modules/md/md.h
modules/md/md_acme_acct.c
modules/md/md_acme_drive.c
modules/md/md_core.c
modules/md/md_ocsp.c
modules/md/md_ocsp.h
modules/md/md_reg.c
modules/md/md_reg.h
modules/md/md_status.c
modules/md/md_status.h
modules/md/md_tailscale.c
modules/md/md_version.h
modules/md/mod_md.c
modules/md/mod_md_config.c
modules/md/mod_md_config.h
modules/md/mod_md_drive.c
modules/md/mod_md_status.c
test/modules/md/md_conf.py
test/modules/md/md_env.py
test/modules/md/test_001_store.py
test/modules/md/test_100_reg_add.py
test/modules/md/test_110_reg_update.py
test/modules/md/test_120_reg_list.py
test/modules/md/test_300_conf_validate.py
test/modules/md/test_702_auto.py
test/modules/md/test_790_failover.py [new file with mode: 0644]