community.general/lib/ansible/modules/crypto
John Wesley 853f65059a Warn user to send a password if the privatekey is password protected (#53360)
* Warn user to send a password if the privatekey is password protected

* Edit openssl_cert doc change

* remove trailing whitespace

* update openssl_csr doc to warn user of private key passphrase requirement.

* Update lib/ansible/modules/crypto/openssl_csr.py

Co-Authored-By: johnwesley <johnwesley@users.noreply.github.com>

* grammer correction, privatekey => private key
2019-03-08 08:24:54 +00:00
..
acme crypto modules: add missing option types (#52421) 2019-02-18 10:24:17 +00:00
__init__.py
certificate_complete_chain.py crypto modules: add missing option types (#52421) 2019-02-18 10:24:17 +00:00
get_certificate.py crypto modules: add missing option types (#52421) 2019-02-18 10:24:17 +00:00
luks_device.py crypto modules: add missing option types (#52421) 2019-02-18 10:24:17 +00:00
openssh_cert.py crypto modules: add missing option types (#52421) 2019-02-18 10:24:17 +00:00
openssh_keypair.py Add public key return to openssh_keypair (#53214) 2019-03-05 16:07:43 +00:00
openssl_certificate.py Warn user to send a password if the privatekey is password protected (#53360) 2019-03-08 08:24:54 +00:00
openssl_csr.py Warn user to send a password if the privatekey is password protected (#53360) 2019-03-08 08:24:54 +00:00
openssl_dhparam.py crypto modules: add missing option types (#52421) 2019-02-18 10:24:17 +00:00
openssl_pkcs12.py crypto modules: add missing option types (#52421) 2019-02-18 10:24:17 +00:00
openssl_privatekey.py crypto modules: add missing option types (#52421) 2019-02-18 10:24:17 +00:00
openssl_publickey.py Warn user to send a password if the privatekey is password protected (#53360) 2019-03-08 08:24:54 +00:00