diff options
-rwxr-xr-x | painless-le.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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}.$$" #=============================================================================== |