Skip to content

Commit

Permalink
init-pki: Add notice to generate a TLS Key
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Aug 17, 2024
1 parent de66cf9 commit 30fd9ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ These commands require easyrsa-tools.lib to be installed:
Generate TLS keys for use with OpenVPN:

gen-tls-auth-key : Generate OpenVPN TLS-AUTH key
gen-tls-crypt-key : Generate OpenVPN TLS-CRYPT key (Preferred)
gen-tls-crypt-key : Generate OpenVPN TLS-CRYPT-V1 key (Preferred)

Only ONE TLS key is allowed to exist. (pki/private/easyrsa-tls.key)
This TLS key will be automatically added to inline files."
Expand Down Expand Up @@ -1456,6 +1456,8 @@ and initialize a fresh PKI here."
notice "\
'init-pki' complete; you may now create a CA or requests.

Create a TLS-AUTH|TLS-CRYPT-V1 key now: See 'help gen-tls'

Your newly created PKI dir is:
* $EASYRSA_PKI"

Expand Down

0 comments on commit 30fd9ef

Please sign in to comment.