Skip to content

Commit

Permalink
vars.example: Remove $EASYRSA_PKI
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
  • Loading branch information
TinCanTech committed Dec 1, 2024
1 parent 0a74b3a commit 8ee8dcf
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions easyrsa3/vars.example
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,6 @@ fi
# This sample is in Windows syntax -- edit it for your path if not using PATH:
#set_var EASYRSA_OPENSSL "C:/Program Files/OpenSSL-Win32/bin/openssl.exe"

# Edit this variable to point to your soon-to-be-created key directory.
# By default, this will be "$PWD/pki" (ie: the "pki" subdirectory of the
# directory you are currently in).
#
# WARNING: init-pki will do a rm -rf on this directory so make sure you define
# it correctly! Interactive mode will prompt before acting.
#
#set_var EASYRSA_PKI "$PWD/pki"

# Define directory for temporary subdirectories.
#
#set_var EASYRSA_TEMP_DIR "$EASYRSA_PKI"

# Define X509 DN mode.
#
# This is used to adjust which elements are included in the Subject field
Expand Down

0 comments on commit 8ee8dcf

Please sign in to comment.