Add privatekey_content option. (#452)

This commit is contained in:
Felix Fontein
2022-05-09 19:56:08 +02:00
committed by GitHub
parent 8a1c60e54a
commit 90efcc1ca7
4 changed files with 52 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
minor_changes:
- "openssl_pkcs12 - allow to provide the private key as text instead of having to read it from a file.
This allows to store the private key in an encrypted form, for example in Ansible Vault
(https://github.com/ansible-collections/community.crypto/pull/452)."