summaryrefslogtreecommitdiffstats
path: root/win/openvpn.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'win/openvpn.nsi')
-rwxr-xr-xwin/openvpn.nsi5
1 files changed, 3 insertions, 2 deletions
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"