Skip to content

Commit

Permalink
add module to README and fix whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusTeufelberger committed Jul 28, 2020
1 parent d2f60d2 commit 96f0076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/openssl_signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 96f0076

Please sign in to comment.