From f380c7b264ab0ea0d1edfc2fa37082be5bc949c2 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Thu, 4 Jan 2018 00:57:14 +0100 Subject: Remove unnecessary command-line option "--text" This commit removes the unnecessary command-line option "--text" (see https://github.com/certbot/certbot/issues/4511#issuecomment-325507898). --- painless-le.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/painless-le.sh b/painless-le.sh index d4085de..9b265a4 100755 --- a/painless-le.sh +++ b/painless-le.sh @@ -92,7 +92,7 @@ fi #=============================================================================== # Execute Let's Encrypt and accomplish the ACME challenge to get the certificate #=============================================================================== -certbot certonly --authenticator standalone --text --server "${LETSENCRYPT_ENDPOINT}" --csr "${REQUESTFILE}" \ +certbot certonly --authenticator standalone --server "${LETSENCRYPT_ENDPOINT}" --csr "${REQUESTFILE}" \ --cert-path "${CERTIFICATE_ONLY}.$$" --fullchain-path "${CERTIFICATE_FULL}.$$" --chain-path "${INTERMEDIATE}.$$" #=============================================================================== -- cgit v1.2.3