Closed domrim closed 1 year ago
Sounds like a reasonable suggestion to me.
Just provided this to master
, part of the next release. For backward compatibility, one needs to configure MDChallengeDns01Version 2
globally, then the script gets the challenge on teardown.
Thanks for the suggestion.
The ACME-Standard allows to have multiple challenges for the same FQDN at the same time. (As multiple TXT records can exist for one FQDN)
The described functionality of the
MDChallengeDns01
executable has following statement:This does not allow to only delete the challenge which was deployed for this apache. This is prevents deployments with redundant web servers (like anycasted ones, ...) using apache and mod_md.
I would suggest to also provide the challenge for the
teardown
command.