summaryrefslogtreecommitdiffstats
path: root/easy-rsa/2.0/vars
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-04-13 10:20:43 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-04-13 10:20:43 +0000
commita8105c67473b78923a2cadae41e01ad3f4934b4e (patch)
treefb8146d9c3f304e6e3a1873418779b8937ab6fbd /easy-rsa/2.0/vars
parent428b82796705988239c4c7f09dc6a89c22a8e615 (diff)
downloadopenvpn-a8105c67473b78923a2cadae41e01ad3f4934b4e.tar.gz
openvpn-a8105c67473b78923a2cadae41e01ad3f4934b4e.tar.xz
openvpn-a8105c67473b78923a2cadae41e01ad3f4934b4e.zip
Merged PKCS#11 extensions to easy-rsa/2.0 (Alon Bar-Lev).
svn merge -r 995:998 https://svn.openvpn.net/projects/openvpn/contrib/alon/easy-rsa git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1006 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'easy-rsa/2.0/vars')
-rwxr-xr-xeasy-rsa/2.0/vars11
1 files changed, 10 insertions, 1 deletions
diff --git a/easy-rsa/2.0/vars b/easy-rsa/2.0/vars
index a4bd149..a904547 100755
--- a/easy-rsa/2.0/vars
+++ b/easy-rsa/2.0/vars
@@ -14,10 +14,19 @@
# tree.
export EASY_RSA="`pwd`"
+#
+# This variable should point to
+# the requested executables
+#
+export OPENSSL="openssl"
+export PKCS11TOOL="pkcs11-tool"
+export GREP="grep"
+
+
# This variable should point to
# the openssl.cnf file included
# with easy-rsa.
-export KEY_CONFIG="$EASY_RSA/openssl.cnf"
+export KEY_CONFIG=`$EASY_RSA/whichopensslcnf $EASY_RSA`
# Edit this variable to point to
# your soon-to-be-created key