diff --git a/plugins/doc_fragments/acme.py b/plugins/doc_fragments/acme.py index abb382e5..87293bfe 100644 --- a/plugins/doc_fragments/acme.py +++ b/plugins/doc_fragments/acme.py @@ -209,7 +209,7 @@ options: type: str account_key_passphrase: description: - - Phassphrase to use to decode the account key. + - Passphrase to use to decode the 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 diff --git a/plugins/modules/acme_account.py b/plugins/modules/acme_account.py index 336d609c..350791bb 100644 --- a/plugins/modules/acme_account.py +++ b/plugins/modules/acme_account.py @@ -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 diff --git a/plugins/modules/acme_certificate_revoke.py b/plugins/modules/acme_certificate_revoke.py index b6510f8e..2cf45e07 100644 --- a/plugins/modules/acme_certificate_revoke.py +++ b/plugins/modules/acme_certificate_revoke.py @@ -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 diff --git a/plugins/modules/acme_challenge_cert_helper.py b/plugins/modules/acme_challenge_cert_helper.py index 612a2e74..5981114a 100644 --- a/plugins/modules/acme_challenge_cert_helper.py +++ b/plugins/modules/acme_challenge_cert_helper.py @@ -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 """