fix ip cert

This commit is contained in:
neil 2021-11-06 11:26:06 +08:00
parent e488220bfc
commit 3f58823430
1 changed files with 1 additions and 1 deletions

View File

@ -5941,7 +5941,7 @@ _deactivate() {
_initAPI
fi
_identifiers="{\"type\":\"dns\",\"value\":\"$_d_domain\"}"
_identifiers="{\"type\":\"$(_getIdType "$_d_domain")\",\"value\":\"$_d_domain\"}"
if ! _send_signed_request "$ACME_NEW_ORDER" "{\"identifiers\": [$_identifiers]}"; then
_err "Can not get domain new order."
return 1