From 90dc74c034eebc2852133dc0a18fb05fa12d039c Mon Sep 17 00:00:00 2001 From: Josh Cepek Date: Tue, 10 Dec 2013 10:08:53 -0600 Subject: [PATCH] Modify error message from export_pkcs() to avoid console wrapping Signed-off-by: Josh Cepek --- easyrsa3/easyrsa | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 93539df..ecc1ac7 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -810,7 +810,8 @@ Missing cert expected at: $crt_in" if [ $want_key -eq 1 ]; then [ -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" else pkcs_opts="$pkcs_opts -nokeys"