mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-05 13:08:44 +08:00
resolved #2818
This commit is contained in:
2
acme.sh
2
acme.sh
@@ -4540,7 +4540,7 @@ $_authorizations_map"
|
||||
_savedomainconf "Le_LinkOrder" "$Le_LinkOrder"
|
||||
|
||||
_link_cert_retry=0
|
||||
_MAX_CERT_RETRY=5
|
||||
_MAX_CERT_RETRY=30
|
||||
while [ "$_link_cert_retry" -lt "$_MAX_CERT_RETRY" ]; do
|
||||
if _contains "$response" "\"status\":\"valid\""; then
|
||||
_debug "Order status is valid."
|
||||
|
||||
Reference in New Issue
Block a user