Hello the Ansible Community,
After looking into ansible-modules-core[1] and ansible-modules-extras[2],
I’ve seen no current modules for managing OpenSSL private keys, certificate
signing requests and certificates.
Hence I have been working on three new modules that I have submitted for review:
- openssl_privatekey[3]
- openssl_csr[4]
- openssl_cert[5]
All three modules interact with openssl through pyOpenSSL python module.
openssl_privatekey