Ticket #44287: patch-set-macports-paths.diff
File patch-set-macports-paths.diff, 1.4 KB (added by dottedmag@…, 10 years ago) |
---|
-
easyrsa
vars_setup() { 885 885 local vars= 886 886 887 887 # set up program path 888 local prog_vars=" ${0%/*}/vars"888 local prog_vars="/opt/local/share/easy-rsa" 889 889 890 890 # command-line path: 891 891 if [ -f "$EASYRSA_VARS_FILE" ]; then … … Note: using Easy-RSA configuration from: $vars" 910 910 fi 911 911 912 912 # Set defaults, preferring existing env-vars if present 913 set_var EASYRSA " $PWD"913 set_var EASYRSA "/opt/local/share/easy-rsa" 914 914 set_var EASYRSA_OPENSSL openssl 915 set_var EASYRSA_PKI "$ EASYRSA/pki"915 set_var EASYRSA_PKI "$PWD/pki" 916 916 set_var EASYRSA_DN cn_only 917 917 set_var EASYRSA_REQ_COUNTRY "US" 918 918 set_var EASYRSA_REQ_PROVINCE "California" -
vars.example
fi 42 42 # This variable should point to the top level of the easy-rsa tree. By default, 43 43 # this is taken to be the directory you are currently in. 44 44 45 #set_var EASYRSA " $PWD"45 #set_var EASYRSA "/opt/local/share/easy-rsa" 46 46 47 47 # If your OpenSSL command is not in the system PATH, you will need to define the 48 48 # path to it here. Normally this means a full path to the executable, otherwise … … fi 62 62 # WARNING: init-pki will do a rm -rf on this directory so make sure you define 63 63 # it correctly! (Interactive mode will prompt before acting.) 64 64 65 #set_var EASYRSA_PKI "$ EASYRSA/pki"65 #set_var EASYRSA_PKI "$PWD/pki" 66 66 67 67 # Define X509 DN mode. 68 68 # This is used to adjust what elements are included in the Subject field as the DN