mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 06:13:03 +00:00
Allow to configure how serial numbers are provided to x509_crl. (#715)
This commit is contained in:
5
changelogs/fragments/715-x509_crl-serial.yml
Normal file
5
changelogs/fragments/715-x509_crl-serial.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
minor_changes:
|
||||
- "x509_crl - the new option ``serial_numbers`` allow to configure in which format serial numbers can be provided
|
||||
to ``revoked_certificates[].serial_number``. The default is as integers (``serial_numbers=integer``) for backwards compatibility;
|
||||
setting ``serial_numbers=hex-octets`` allows to specify colon-separated hex octet strings like ``00:11:22:FF``
|
||||
(https://github.com/ansible-collections/community.crypto/issues/687, https://github.com/ansible-collections/community.crypto/pull/715)."
|
||||
Reference in New Issue
Block a user