Allow to pass CSR to acme_certificate as csr_content (#115)

* Allow to pass CSR to acme_certificate as csr_content.

* Make sure contents are bytes.

* No need to write CSR to disk.

* Forgot version_added.

* Fix documentation.
This commit is contained in:
Felix Fontein
2020-10-09 14:01:34 +02:00
committed by GitHub
parent 8e10e1e590
commit 42dd19c387
5 changed files with 80 additions and 31 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- acme_certificate - allow to pass CSR file as content with new option ``csr_content`` (https://github.com/ansible-collections/community.crypto/pull/115).