mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-12 17:31:47 +00:00
minor
This commit is contained in:
parent
0ba95a3dd4
commit
0407c4e0f7
1
acme.sh
1
acme.sh
@ -2794,6 +2794,7 @@ _deactivate() {
|
|||||||
_d_max_retry=9
|
_d_max_retry=9
|
||||||
while [ "$_d_i" -lt "$_d_max_retry" ] ;
|
while [ "$_d_i" -lt "$_d_max_retry" ] ;
|
||||||
do
|
do
|
||||||
|
_info "Deactivate: $_d_domain"
|
||||||
_d_i="$(_math $_d_i + 1)"
|
_d_i="$(_math $_d_i + 1)"
|
||||||
if ! _send_signed_request "$API/acme/new-authz" "{\"resource\": \"new-authz\", \"identifier\": {\"type\": \"dns\", \"value\": \"$_d_domain\"}}" ; then
|
if ! _send_signed_request "$API/acme/new-authz" "{\"resource\": \"new-authz\", \"identifier\": {\"type\": \"dns\", \"value\": \"$_d_domain\"}}" ; then
|
||||||
_err "Can not get domain token."
|
_err "Can not get domain token."
|
||||||
|
Loading…
Reference in New Issue
Block a user