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
d018be5d
Commit
d018be5d
authored
Nov 04, 2016
by
neilpang
Browse files
hide private key from the log
parent
67184d7b
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
d018be5d
...
@@ -457,7 +457,7 @@ _sign() {
...
@@ -457,7 +457,7 @@ _sign() {
if ! _signedECText="$($_sign_openssl | openssl asn1parse -inform DER)" ; then
if ! _signedECText="$($_sign_openssl | openssl 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:
$(
cat
"
$keyfile
"
)
"
_err "Key content:$(cat "$keyfile"
| wc -l) lises
"
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