mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
(cherry picked from commit b1e4777b4d)
Co-authored-by: Albert Krewinkel <albert@tarleb.com>
This commit is contained in:
@@ -98,7 +98,7 @@ options:
|
||||
type: str
|
||||
new_account_key_passphrase:
|
||||
description:
|
||||
- Phassphrase to use to decode the new account key.
|
||||
- Passphrase to use to decode the new account key.
|
||||
- B(Note:) this is not supported by the C(openssl) backend, only by the C(cryptography) backend.
|
||||
type: str
|
||||
version_added: 1.6.0
|
||||
|
||||
@@ -87,7 +87,7 @@ options:
|
||||
type: str
|
||||
private_key_passphrase:
|
||||
description:
|
||||
- Phassphrase to use to decode the certificate's private key.
|
||||
- Passphrase to use to decode the certificate's private key.
|
||||
- B(Note:) this is not supported by the C(openssl) backend, only by the C(cryptography) backend.
|
||||
type: str
|
||||
version_added: 1.6.0
|
||||
|
||||
@@ -70,7 +70,7 @@ options:
|
||||
type: str
|
||||
private_key_passphrase:
|
||||
description:
|
||||
- Phassphrase to use to decode the private key.
|
||||
- Passphrase to use to decode the private key.
|
||||
type: str
|
||||
version_added: 1.6.0
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user