From 38108434db7b2d574133dd645d01df03848532d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuli=20Sepp=C3=A4nen?= Date: Fri, 17 Jun 2011 12:18:02 +0300 Subject: Fix a build-ca issue on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes Trac ticket #125 Signed-off-by: Samuli Seppänen Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- easy-rsa/Windows/init-config.bat | 1 - win/openvpn.nsi | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/easy-rsa/Windows/init-config.bat b/easy-rsa/Windows/init-config.bat index 048d558..12e6d78 100755 --- a/easy-rsa/Windows/init-config.bat +++ b/easy-rsa/Windows/init-config.bat @@ -1,2 +1 @@ copy vars.bat.sample vars.bat -copy openssl.cnf.sample openssl.cnf diff --git a/win/openvpn.nsi b/win/openvpn.nsi index d3f80d0..d667d76 100755 --- a/win/openvpn.nsi +++ b/win/openvpn.nsi @@ -272,8 +272,9 @@ Section "${PRODUCT_NAME} RSA Certificate Management Scripts" SecOpenVPNEasyRSA # FIXME: the easy-rsa directory would need cleaning up - # Original nsi script looked for openssl.cnf.sample - File "${EASYRSA}\2.0\openssl.cnf" + # Original nsi script looked for ${EASYRSA}\2.0\openssl.cnf.sample. A newer + # openssl.cnf is needed on OpenVPN 2.2+. + File "${EASYRSA}\Windows\openssl.cnf" File "${EASYRSA}\Windows\vars.bat.sample" -- cgit v1.2.3