From 0f50f5c7881a4ca28e3bfaf5a46f0d9dd29ae8e9 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Mon, 19 Sep 2022 13:33:06 +0100 Subject: [PATCH] Error messages: Minor text-only improvements Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 56e8e7f..69dfe92 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1293,7 +1293,7 @@ current CA keypair. If you intended to start a new CA, run init-pki first." die "\ The copy of openssl-easyrsa.cnf in use does not support X509-type 'ca'. * $EASYRSA_SSL_CONF -Please update to the latest official release." +Please update openssl-easyrsa.cnf to the latest official release." fi # create necessary files and dirs: @@ -1537,8 +1537,8 @@ Continuing with key generation will replace this key." if ! grep -q '^#%EXTRA_EXTS%' "$EASYRSA_SSL_CONF"; then die "\ The copy of openssl-easyrsa.cnf in use does not support request extensions. -^ $EASYRSA_SSL_CONF -Please update to the latest official release." +* $EASYRSA_SSL_CONF +Please update openssl-easyrsa.cnf to the latest official release." fi # Setup & insert the extra ext data keyed by a magic line @@ -1693,7 +1693,7 @@ $(display_dn req "$req_in") die "\ The copy of openssl-easyrsa.cnf in use does not support --copy-ext. * $EASYRSA_SSL_CONF -Please update to the latest official release." +Please update openssl-easyrsa.cnf to the latest official release." fi # Setup & insert the copy_extensions data keyed by a magic line