community.general/lib/ansible/modules/crypto
Yanis Guenane a724b8e722 openssl_certificate: Return self.cert.get_VALUES() (#33970)
Currently when we make up the return value, we take values based of the
parameters rather than the generated openssl_certificate itself.

This commits returns the actual certificate values making it all time
accurate.
2017-12-18 14:34:34 +05:30
..
__init__.py
openssl_certificate.py openssl_certificate: Return self.cert.get_VALUES() (#33970) 2017-12-18 14:34:34 +05:30
openssl_csr.py Allow multiple values per key in name fields in openssl_certificate/csr (#30338) 2017-12-12 12:35:22 +00:00
openssl_privatekey.py Fix documentation about mode in openssl_privatekey (#32664) 2017-12-07 04:47:23 -05:00
openssl_publickey.py openssl_publickey: Ensure format OpenSSH is idempotent (#33264) 2017-11-28 14:08:47 +05:30