added version_added to key_passphrase
This commit is contained in:
parent
cced189390
commit
110388be11
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ options:
|
||||||
- path to the file containing the key pair used on the instance
|
- path to the file containing the key pair used on the instance
|
||||||
required: true
|
required: true
|
||||||
key_passphrase:
|
key_passphrase:
|
||||||
|
version_added: "2.0"
|
||||||
description:
|
description:
|
||||||
- The passphrase for the instance key pair. The key must use DES or 3DES encryption for this module to decrypt it. You can use openssl to convert your password protected keys if they do not use DES or 3DES. ex) openssl rsa -in current_key -out new_key -des3.
|
- The passphrase for the instance key pair. The key must use DES or 3DES encryption for this module to decrypt it. You can use openssl to convert your password protected keys if they do not use DES or 3DES. ex) openssl rsa -in current_key -out new_key -des3.
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue