mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-11-25 10:52:07 +08:00
minor
This commit is contained in:
1
acme.sh
1
acme.sh
@@ -2794,6 +2794,7 @@ _deactivate() {
|
||||
_d_max_retry=9
|
||||
while [ "$_d_i" -lt "$_d_max_retry" ] ;
|
||||
do
|
||||
_info "Deactivate: $_d_domain"
|
||||
_d_i="$(_math $_d_i + 1)"
|
||||
if ! _send_signed_request "$API/acme/new-authz" "{\"resource\": \"new-authz\", \"identifier\": {\"type\": \"dns\", \"value\": \"$_d_domain\"}}" ; then
|
||||
_err "Can not get domain token."
|
||||
|
||||
Reference in New Issue
Block a user