Allow to configure how serial numbers are provided to x509_crl. (#715)

This commit is contained in:
Felix Fontein
2024-02-19 21:05:13 +01:00
committed by GitHub
parent 6b1a3d6e68
commit 1736602ce7
3 changed files with 62 additions and 13 deletions

View 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)."