mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-11 23:02:44 +00:00
PAG is only for v2
This commit is contained in:
parent
925aeae4f4
commit
e3627ed623
8
acme.sh
8
acme.sh
@ -4069,8 +4069,12 @@ $_authorizations_map"
|
|||||||
_debug "sleep 2 secs to verify"
|
_debug "sleep 2 secs to verify"
|
||||||
sleep 2
|
sleep 2
|
||||||
_debug "checking"
|
_debug "checking"
|
||||||
|
if [ "$ACME_VERSION" = "2" ]; then
|
||||||
if ! _send_signed_request "$uri"; then
|
_send_signed_request "$uri"
|
||||||
|
else
|
||||||
|
response="$(_get "$uri")"
|
||||||
|
fi
|
||||||
|
if [ "$?" != "0" ]; then
|
||||||
_err "$d:Verify error:$response"
|
_err "$d:Verify error:$response"
|
||||||
_clearupwebbroot "$_currentRoot" "$removelevel" "$token"
|
_clearupwebbroot "$_currentRoot" "$removelevel" "$token"
|
||||||
_clearup
|
_clearup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user