1
0
Fork 0
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:
Ulf Tigerstedt 2017-12-04 12:33:30 +02:00 committed by René Moser
parent 2416a8806d
commit 5482519096

View file

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