Harsha Maddi
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
23 additions and
23 deletions
-
acme.sh
|
|
|
@ -1865,7 +1865,7 @@ _mktemp() { |
|
|
|
# "https://[2001:420:2c7f:11:10:86:92:243]/acme/acme/authz/5B0PBcY4uSboiG7Pc19ltTjjsWCsqUay"], |
|
|
|
# "finalize":"https://[2001:420:2c7f:11:10:86:92:243]/acme/acme/order/3LlSglOPQbnGgy0I1wMbnxSVJrHnDqT2/finalize"}' |
|
|
|
_parse_authorizations() { |
|
|
|
awk ' |
|
|
|
awk ' |
|
|
|
BEGIN { |
|
|
|
FS = ""; |
|
|
|
inside = 0; |
|
|
|
@ -1891,7 +1891,7 @@ awk ' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}' |
|
|
|
}' |
|
|
|
} |
|
|
|
|
|
|
|
#clear all the https envs to cause _inithttp() to run next time. |
|
|
|
|