diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index aa793f89..56116909 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -2962,9 +2962,12 @@ $(cat "$crt_source") else inline_incomplete=1 crt_data="\ - -* Paste your user certificate here * -" +# When you recieve your signed certificate place it in the +# 'pki/issued' sub-dir of your PKI and use command 'inline' +# to rebuild this inline file with your certificate. +# +# * Paste your user certificate here * +# " crt_fingerprint=unknown crt_type=unknown @@ -2980,9 +2983,12 @@ $(cat "$key_source") else inline_incomplete=1 key_data="\ - -* Paste your private key here * -" +# When you recieve your key place it in the +# 'pki/private' sub-dir of your PKI and use command 'inline' +# to rebuild this inline file with your key. +# +# * Paste your private key here * +# " fi # CA certificate @@ -2994,9 +3000,12 @@ $(cat "$ca_source") else inline_incomplete=1 ca_data="\ - -* Paste your CA certificate here * -" +# When you recieve your CA certificate place it in the +# 'pki' sub-dir of your PKI and use command 'inline' +# to rebuild this inline file with your CA certificate. +# +# * Paste your CA certificate here * +# " fi # Print data