Allow to run x509_certificate selfsigned provider without providing a CSR (#129)

* Allow to run x509_certificate selfsigned provider without providing a CSR.

* Add missing prefixes (unrelated).
This commit is contained in:
Felix Fontein
2020-10-19 18:09:40 +02:00
committed by GitHub
parent b32adcce78
commit fd7871ae7d
5 changed files with 109 additions and 38 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "x509_certificate - for the ``selfsigned`` provider, a CSR is not required anymore. If no CSR is provided, the module behaves as if a minimal CSR which only contains the public key has been provided (https://github.com/ansible-collections/community.crypto/issues/32, https://github.com/ansible-collections/community.crypto/pull/129)."