Commit d018be5d authored by neilpang's avatar neilpang
Browse files

hide private key from the log

parent 67184d7b
......@@ -457,7 +457,7 @@ _sign() {
if ! _signedECText="$($_sign_openssl | openssl asn1parse -inform DER)" ; then
_err "Sign failed: $_sign_openssl"
_err "Key file: $keyfile"
_err "Key content:$(cat "$keyfile")"
_err "Key content:$(cat "$keyfile" | wc -l) lises"
return 1
fi
_debug3 "_signedECText" "$_signedECText"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment