mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
Add and use CryptoBackend.get_ordered_csr_identifiers(). (#725)
This commit is contained in:
7
changelogs/fragments/725-acme_certificate-order.yml
Normal file
7
changelogs/fragments/725-acme_certificate-order.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
bugfixes:
|
||||
- "acme_certificate - respect the order of the CNAME and SAN identifiers that are passed on when creating an ACME order
|
||||
(https://github.com/ansible-collections/community.crypto/issues/723, https://github.com/ansible-collections/community.crypto/pull/725)."
|
||||
deprecated_features:
|
||||
- "acme.backends module utils - from community.crypto on, all implementations of ``CryptoBackend`` must override ``get_ordered_csr_identifiers()``.
|
||||
The current default implementation, which simply sorts the result of ``get_csr_identifiers()``, will then be removed
|
||||
(https://github.com/ansible-collections/community.crypto/pull/725)."
|
||||
Reference in New Issue
Block a user