Bruce Lam
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
acme.sh
|
|
@ -4530,7 +4530,7 @@ issue() { |
|
|
|
|
|
|
|
|
response="$(echo "$response" | _normalizeJson)" |
|
|
response="$(echo "$response" | _normalizeJson)" |
|
|
_debug2 response "$response" |
|
|
_debug2 response "$response" |
|
|
_d="$(echo "$response" | _egrep_o '"value" *: *"[^"]*"' | cut -d : -f 2 | tr -d ' "')" |
|
|
|
|
|
|
|
|
_d="$(echo "$response" | _egrep_o '"value" *: *"[^"]*"' | cut -d : -f 2- | tr -d ' "')" |
|
|
if _contains "$response" "\"wildcard\" *: *true"; then |
|
|
if _contains "$response" "\"wildcard\" *: *true"; then |
|
|
_d="*.$_d" |
|
|
_d="*.$_d" |
|
|
fi |
|
|
fi |
|
|
|