Modify error message from export_pkcs() to avoid console wrapping
Signed-off-by: Josh Cepek <josh.cepek@usa.net>
This commit is contained in:
parent
cf4cc319e5
commit
90dc74c034
@ -810,7 +810,8 @@ Missing cert expected at: $crt_in"
|
|||||||
|
|
||||||
if [ $want_key -eq 1 ]; then
|
if [ $want_key -eq 1 ]; then
|
||||||
[ -f "$key_in" ] || die "\
|
[ -f "$key_in" ] || die "\
|
||||||
Unable to export p12 for short name '$short_name' without the key (missing file, or use nokey option.)
|
Unable to export p12 for short name '$short_name' without the key
|
||||||
|
(if you want a p12 without the private key, use nokey option.)
|
||||||
Missing key expected at: $key_in"
|
Missing key expected at: $key_in"
|
||||||
else
|
else
|
||||||
pkcs_opts="$pkcs_opts -nokeys"
|
pkcs_opts="$pkcs_opts -nokeys"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user