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 "\