From 76905743157ea52b6ed0106f0f027212d7911112 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Tue, 29 Mar 2022 23:02:14 +0100 Subject: [PATCH] Add notice to 'init-pki': 'vars' file has now moved to PKI above Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index b7a0e1c..7d9d9dc 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -574,8 +574,9 @@ and initialize a fresh PKI here." notice "\ init-pki complete; you may now create a CA or requests. -Your newly created PKI dir is: $EASYRSA_PKI -" +Your newly created PKI dir is: $EASYRSA_PKI" + + notice "* Easy-RSA 'vars' file has now been moved to your PKI above." return 0 } # => init_pki()