diff --git a/README.md b/README.md index 5829a27ef..7a7047d57 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Most modules require a recent enough version of [the Python cryptography library - openssl_privatekey_info - openssl_privatekey - openssl_publickey + - openssl_signature_info - openssl_signature - x509_certificate_info - x509_certificate diff --git a/plugins/modules/openssl_signature.py b/plugins/modules/openssl_signature.py index ad1c4a742..776e32391 100644 --- a/plugins/modules/openssl_signature.py +++ b/plugins/modules/openssl_signature.py @@ -34,7 +34,7 @@ description: - The content of the private key to use when signing the certificate signing request. - Either I(privatekey_path) or I(privatekey_content) must be specified, but not both. - type: str + type: str privatekey_passphrase: description: - The passphrase for the private key.