mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 05:43:06 +00:00
fix(doc): privatekey_content docs were the same as privatekey_path (#583)
This commit is contained in:
@@ -43,7 +43,7 @@ options:
|
||||
type: path
|
||||
privatekey_content:
|
||||
description:
|
||||
- Path to the private key to use when signing the certificate.
|
||||
- Content of the private key to use when signing the certificate.
|
||||
- This is mutually exclusive with I(privatekey_path).
|
||||
type: str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user