diff --git a/acme.sh b/acme.sh index 5e794a5a..3ff9d066 100755 --- a/acme.sh +++ b/acme.sh @@ -4089,6 +4089,8 @@ $_authorizations_map" if [ "$status" = "pending" ]; then _info "Pending" + elif [ "$status" = "processing" ]; then + _info "Processing" else _err "$d:Verify error:$response" _clearupwebbroot "$_currentRoot" "$removelevel" "$token"