Fix handling of non-existing ACME accounts with Digicert ACME endpoint (#681)

* Compatibility for DigiCert CA: also accept 404 instead of 400 for non-existing accounts.

* Add changelog fragment.

* Fix URL.
This commit is contained in:
Felix Fontein
2023-12-07 22:25:54 +01:00
committed by GitHub
parent d9362a2ce9
commit 67f1d1129b
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
bugfixes:
- "acme_* modules - make account registration handling more flexible to accept 404 instead of
400 send by DigiCert's ACME endpoint when an account does not exist (https://github.com/ansible-collections/community.crypto/pull/681)."