mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 06:02:46 +00:00
fix deactivate idn name
This commit is contained in:
parent
e4f3691cb7
commit
a5322cdbac
2
acme.sh
2
acme.sh
@ -3068,7 +3068,7 @@ _deactivate() {
|
||||
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
|
||||
if ! _send_signed_request "$API/acme/new-authz" "{\"resource\": \"new-authz\", \"identifier\": {\"type\": \"dns\", \"value\": \"$(_idn "$_d_domain")\"}}" ; then
|
||||
_err "Can not get domain token."
|
||||
return 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user