mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
letsencrypt: fix docs, openssl csr to req (#33519)
This commit is contained in:
parent
2416a8806d
commit
5482519096
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ options:
|
||||||
csr:
|
csr:
|
||||||
description:
|
description:
|
||||||
- "File containing the CSR for the new certificate."
|
- "File containing the CSR for the new certificate."
|
||||||
- "Can be created with C(openssl csr ...)."
|
- "Can be created with C(openssl req ...)."
|
||||||
- "The CSR may contain multiple Subject Alternate Names, but each one
|
- "The CSR may contain multiple Subject Alternate Names, but each one
|
||||||
will lead to an individual challenge that must be fulfilled for the
|
will lead to an individual challenge that must be fulfilled for the
|
||||||
CSR to be signed."
|
CSR to be signed."
|
||||||
|
|
Loading…
Reference in a new issue