From aab5fd292258531a27a65eac20d9e4124eacc68e Mon Sep 17 00:00:00 2001 From: Chih-Chieh Huang Date: Fri, 11 May 2018 15:05:59 -0700 Subject: [PATCH] support challenge in processing status --- acme.sh | 2 ++ 1 file changed, 2 insertions(+) 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"