]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge /httpd/httpd/trunk:r1900852,1900887
authorStefan Eissing <icing@apache.org>
Mon, 16 May 2022 11:36:20 +0000 (11:36 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 16 May 2022 11:36:20 +0000 (11:36 +0000)
commita60be117d6b48ecf4a3eac8696b117a71771b6cf
tree13ea73c6b964ea55c8c5b83eeeff470f401c92c2
parentf956c39657f0c9d02176f012c360d64acb289afa
Merge  /httpd/httpd/trunk:r1900852,1900887

  *) 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/branches/2.4.x@1900950 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]