]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_md: when MDMessageCmd for a 'challenge-setup:<type>:<dnsname>'
authorStefan Eissing <icing@apache.org>
Fri, 17 Sep 2021 12:18:41 +0000 (12:18 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 17 Sep 2021 12:18:41 +0000 (12:18 +0000)
commit00e2ca574f6ecdcc1980d6e65dfe0e1d4a8f0ba7
tree971c85b30396047715a206ba5afd77ff0cafa611
parent44abd7180eba78f04875a5e6f7a0731b4bde8dbb
  *) mod_md: when MDMessageCmd for a 'challenge-setup:<type>:<dnsname>'
     fails (!= 0 exit), the renewal process is aborted and an error is
     reported for the MDomain. This provides scripts that distribute
     information in a cluster to abort early with bothering an ACME
     server to validate a dns name that will not work. The common
     retry logic will make another attempt in the future, as with
     other failures.
     Fixed a bug when adding private key specs to an already working
     MDomain, see <https://github.com/icing/mod_md/issues/260>.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893399 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/md_pkeys_challenge_setup.txt [new file with mode: 0644]
modules/md/md_acme_authz.c
modules/md/md_version.h
modules/md/mod_md.c
modules/md/mod_md_drive.c