This commit is contained in:
neil 2016-09-24 14:01:28 +08:00
parent 0ba95a3dd4
commit 0407c4e0f7
1 changed files with 1 additions and 0 deletions

View File

@ -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."