From 2301b0cba5bf8db3d47a3cdef2e276f51589a0ea Mon Sep 17 00:00:00 2001 From: David Prevot Date: Tue, 19 Jul 2022 14:24:33 +0200 Subject: [PATCH] web-add generate-ssl-certificate: improve FALSE option documentation --- scripts/web-add.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/web-add.sh b/scripts/web-add.sh index ac452d7..db39499 100755 --- a/scripts/web-add.sh +++ b/scripts/web-add.sh @@ -166,10 +166,10 @@ generate-csr LOGIN DOMAINS Generate the request for the Let's Encrypt certificate -generate-ssl-certificate LOGIN [TRUE | FALSE] +generate-ssl-certificate LOGIN [FALSE] Generate the Let's Encrypt certificate - Run in TEST mode if TRUE + Run in TEST mode unless FALSE EOT }