mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
set --no-verify-ssl
This commit is contained in:
parent
6b915cca58
commit
a0d5491f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ fi
|
|||
|
||||
CERTBOT_CMD="sudo $(command -v certbot) --server $SERVER -vvvv"
|
||||
CERTBOT_CMD="$CERTBOT_CMD --debug --apache --register-unsafely-without-email"
|
||||
CERTBOT_CMD="$CERTBOT_CMD --agree-tos certonly -t"
|
||||
CERTBOT_CMD="$CERTBOT_CMD --agree-tos certonly -t --no-verify-ssl"
|
||||
|
||||
FAILS=0
|
||||
trap CleanupExit INT
|
||||
|
|
|
|||
Loading…
Reference in a new issue