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
357b514b
Commit
357b514b
authored
Mar 26, 2017
by
Josh Soref
Browse files
spelling: lines
parent
d39b1082
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
357b514b
...
@@ -879,7 +879,7 @@ _sign() {
...
@@ -879,7 +879,7 @@ _sign() {
if ! _signedECText="$($_sign_openssl | $ACME_OPENSSL_BIN asn1parse -inform DER)"; then
if ! _signedECText="$($_sign_openssl | $ACME_OPENSSL_BIN asn1parse -inform DER)"; then
_err "Sign failed: $_sign_openssl"
_err "Sign failed: $_sign_openssl"
_err "Key file: $keyfile"
_err "Key file: $keyfile"
_err
"Key content:
$(
wc
-l
<
"
$keyfile
"
)
li
s
es"
_err "Key content:$(wc -l <"$keyfile") li
n
es"
return 1
return 1
fi
fi
_debug3 "_signedECText" "$_signedECText"
_debug3 "_signedECText" "$_signedECText"
...
...
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