Fix reference

This commit is contained in:
Marco Streich 2021-01-19 13:40:04 +01:00
parent 3c61c48993
commit b761ef1f84
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ done
case "$args" in
"--renew")
printf "Running Certbot (for renewal) before deploying certificate..\n\n"
certbot certonly --non-interactive --agree-tos -m webmaster@"$DOMAIN_NAME" --work-dir "$LETSENCRYPT_DIR"/lib --logs-dir "$LETSENCRYPT_DIR"/log --config-dir "$LETSENCRYPT_DIR"/etc --dns-route53 --preferred-challenges dns $domains
$certbot certonly --non-interactive --agree-tos -m webmaster@"$DOMAIN_NAME" --work-dir "$LETSENCRYPT_DIR"/lib --logs-dir "$LETSENCRYPT_DIR"/log --config-dir "$LETSENCRYPT_DIR"/etc --dns-route53 --preferred-challenges dns $domains
;;
*)
printf "Deploying existing certificate without running Certbot..\n\n"