summaryrefslogtreecommitdiffstats
path: root/easy-rsa/Windows/vars.bat.sample
diff options
context:
space:
mode:
authorSamuli Seppänen <samuli@openvpn.net>2011-06-29 11:24:07 +0300
committerDavid Sommerseth <davids@redhat.com>2011-07-01 10:31:26 +0200
commit4ec60a5839c73b3840ad9297e9d9d15893085eff (patch)
tree36a8e23d3abceb0e5300e6bd1f4364762dec443e /easy-rsa/Windows/vars.bat.sample
parent6ab3848244388ca856d26aed8b0e44e4b9d589c3 (diff)
downloadopenvpn-4ec60a5839c73b3840ad9297e9d9d15893085eff.tar.gz
openvpn-4ec60a5839c73b3840ad9297e9d9d15893085eff.tar.xz
openvpn-4ec60a5839c73b3840ad9297e9d9d15893085eff.zip
Updated "easy-rsa" for OpenSSL 1.0.0
This patch fixes remaining issues with Trac ticket #125. It does the following: - Update easy-rsa/2.0/README - Rename easy-rsa/2.0/openssl.cnf as openssl-0.9.8.cnf - Add easy-rsa/2.0/openssl-1.0.0.cnf - Updated vars.bat.sample to use openssl-1.0.0.cnf - Updated win/openvpn.nsi to use openssl-1.0.0.cnf - Add a few undefined variables to vars and vars.bat.sample: required by OpenSSL 1.0.0 (at least on Windows) Signed-off-by: Samuli Seppänen <samuli@openvpn.net> Tested-by: Samuli Seppänen <samuli@openvpn.net> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'easy-rsa/Windows/vars.bat.sample')
-rw-r--r--easy-rsa/Windows/vars.bat.sample7
1 files changed, 6 insertions, 1 deletions
diff --git a/easy-rsa/Windows/vars.bat.sample b/easy-rsa/Windows/vars.bat.sample
index 3c4b607..36e6f71 100644
--- a/easy-rsa/Windows/vars.bat.sample
+++ b/easy-rsa/Windows/vars.bat.sample
@@ -4,7 +4,7 @@ rem the openssl.cnf file included
rem with easy-rsa.
set HOME=%ProgramFiles%\OpenVPN\easy-rsa
-set KEY_CONFIG=openssl.cnf
+set KEY_CONFIG=openssl-1.0.0.cnf
rem Edit this variable to point to
rem your soon-to-be-created key
@@ -33,3 +33,8 @@ set KEY_PROVINCE=CA
set KEY_CITY=SanFrancisco
set KEY_ORG=OpenVPN
set KEY_EMAIL=mail@host.domain
+set KEY_CN=changeme
+set KEY_NAME=changeme
+set KEY_OU=changeme
+set PKCS11_MODULE_PATH=changeme
+set PKCS11_PIN=1234