Browse Source

support challenge in processing status

pull/1593/head
Chih-Chieh Huang 7 years ago
parent
commit
aab5fd2922
  1. 2
      acme.sh

2
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"

Loading…
Cancel
Save