fix(doc): privatekey_content docs were the same as privatekey_path (#583)

pull/589/head
Thomas Anderson 2023-03-21 08:38:54 -04:00 committed by GitHub
parent 9044f25f33
commit b997773139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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