acme_certificate: be nicer to non-compliant CAs (#832)

* Be nicer to non-compliant CAs.

* Mark as a feature, not a bugfix.
This commit is contained in:
Felix Fontein
2024-12-30 11:30:33 +01:00
committed by GitHub
parent db04914ab6
commit 0d4b16aadb
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
minor_changes:
- "acme_certificate - add compatibility for ACME CAs that are not fully RFC8555 compliant and do not provide ``challenges`` in authz objects
(https://github.com/ansible-collections/community.crypto/issues/824, https://github.com/ansible-collections/community.crypto/pull/832)."