diff -ur EasyRSA-3.0.4.orig/vars.example EasyRSA-3.0.4/vars.example --- EasyRSA-3.0.4.orig/vars.example 2018-01-21 15:37:26.000000000 +0000 +++ EasyRSA-3.0.4/vars.example 2018-07-17 15:07:46.127952424 +0000 @@ -47,7 +47,7 @@ # itself, which is also where the configuration files are located in the # easy-rsa tree. -#set_var EASYRSA "${0%/*}" +set_var EASYRSA "/etc/easy-rsa" # If your OpenSSL command is not in the system PATH, you will need to define the # path to it here. Normally this means a full path to the executable, otherwise @@ -69,7 +69,7 @@ # 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" +set_var EASYRSA_PKI "/etc/easy-rsa/keys" # Define X509 DN mode. # This is used to adjust what elements are included in the Subject field as the DN