This commit is contained in:
neilpang 2019-05-04 10:21:15 +08:00
parent 621d4745b4
commit 6198e43fe6
1 changed files with 1 additions and 1 deletions

View File

@ -3856,7 +3856,7 @@ issue() {
if [ -z "$d" ]; then
break
fi
_identifiers="$_identifiers,{\"type\":\"dns\",\"value\":\"$$(_idn $d)\"}"
_identifiers="$_identifiers,{\"type\":\"dns\",\"value\":\"$(_idn $d)\"}"
done
_debug2 _identifiers "$_identifiers"
if ! _send_signed_request "$ACME_NEW_ORDER" "{\"identifiers\": [$_identifiers]}"; then