diff --git a/acme.sh b/acme.sh index 7774ea41..9dece202 100755 --- a/acme.sh +++ b/acme.sh @@ -4134,7 +4134,9 @@ issue() { _debug "Using ACME_DIRECTORY: $ACME_DIRECTORY" - _initAPI + if ! _initAPI; then + return 1 + fi if [ -f "$DOMAIN_CONF" ]; then Le_NextRenewTime=$(_readdomainconf Le_NextRenewTime)