From 96f0076ab4e7fd0a5c496c825462b5615332b318 Mon Sep 17 00:00:00 2001 From: Markus Teufelberger Date: Tue, 28 Jul 2020 21:24:05 +0200 Subject: [PATCH] add module to README and fix whitespace issue --- README.md | 1 + plugins/modules/openssl_signature.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.