Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
716f7277
Commit
716f7277
authored
Mar 09, 2018
by
neilpang
Browse files
fix
https://github.com/Neilpang/acme.sh/issues/1105
parent
7e381f8e
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
716f7277
...
@@ -4100,7 +4100,7 @@ $_authorizations_map"
...
@@ -4100,7 +4100,7 @@ $_authorizations_map"
_savedomainconf "Le_LinkCert" "$Le_LinkCert"
_savedomainconf "Le_LinkCert" "$Le_LinkCert"
if [ -z "$Le_LinkCert" ] || ! _checkcert "$CERT_PATH"; then
if [ -z "$Le_LinkCert" ] || ! _checkcert "$CERT_PATH"; then
response
=
"
$(
echo
"
$response
"
| _dbase64
"multiline"
| _normalizeJson
)
"
response="$(echo "$response" | _dbase64 "multiline" |
tr -d '\0' |
_normalizeJson)"
_err "Sign failed: $(echo "$response" | _egrep_o '"detail":"[^"]*"')"
_err "Sign failed: $(echo "$response" | _egrep_o '"detail":"[^"]*"')"
_on_issue_err "$_post_hook"
_on_issue_err "$_post_hook"
return 1
return 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment