From 54825190960b367178075f703ba36fd2fe040aa2 Mon Sep 17 00:00:00 2001 From: Ulf Tigerstedt Date: Mon, 4 Dec 2017 12:33:30 +0200 Subject: [PATCH] letsencrypt: fix docs, openssl csr to req (#33519) --- lib/ansible/modules/web_infrastructure/letsencrypt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/web_infrastructure/letsencrypt.py b/lib/ansible/modules/web_infrastructure/letsencrypt.py index 5f70967c39..c60832c3a5 100644 --- a/lib/ansible/modules/web_infrastructure/letsencrypt.py +++ b/lib/ansible/modules/web_infrastructure/letsencrypt.py @@ -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."