fix(doc): privatekey_content docs were the same as privatekey_path (#583)
parent
9044f25f33
commit
b997773139
|
@ -43,7 +43,7 @@ options:
|
||||||
type: path
|
type: path
|
||||||
privatekey_content:
|
privatekey_content:
|
||||||
description:
|
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).
|
- This is mutually exclusive with I(privatekey_path).
|
||||||
type: str
|
type: str
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue