mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
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
This commit is contained in:
parent
b45b599433
commit
853f65059a
3 changed files with 5 additions and 3 deletions
|
@ -77,6 +77,7 @@ options:
|
|||
privatekey_passphrase:
|
||||
description:
|
||||
- The passphrase for the I(privatekey_path).
|
||||
- This is required if the private key is password protected.
|
||||
type: str
|
||||
|
||||
selfsigned_version:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue