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:
description:
- "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
will lead to an individual challenge that must be fulfilled for the
CSR to be signed."