From 2db812160ecbd104ee6ae3d090098971b1bdb642 Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Wed, 2 Sep 2020 09:30:40 -0500 Subject: [PATCH] Clarify error messages The word "offending" doesn't make sense. Changed to "File Path". Closes #384 Signed-off-by: Eric F Crist --- ChangeLog | 1 + easyrsa3/easyrsa | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 855b151..cccb9cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ Easy-RSA 3 ChangeLog * Fixed issue where gen-dh overwrote existing files without warning (#373) * Fixed issue with ED/EC certificates were still signed by RSA (#374) * Added support for export-p8 (#339) + * Clarified error message (#384) 3.0.7 (2020-03-30) * Include OpenSSL libs and binary for Windows 1.1.0j diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 13cbc84..1d578e9 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -874,7 +874,7 @@ Expected to find the request at: $req_in" # Confirm input is a cert req verify_file req "$req_in" || die "\ The certificate request file is not in a valid X509 request format. -Offending file: $req_in" +File Path: $req_in" # Display the request subject in an easy-to-read format # Confirm the user wishes to sign this request @@ -1340,7 +1340,7 @@ Run easyrsa without commands for usage and command help." verify_file req "$in_req" || die "\ The input file does not appear to be a certificate request. Aborting import. -Offending file: $in_req" +File Path: $in_req" # destination must not exist [ -f "$out_req" ] && die "\