From ba6191a1f4f2cc832600eac323862d0b5e06ee10 Mon Sep 17 00:00:00 2001 From: Rexikon Date: Wed, 9 Dec 2015 21:33:23 +0100 Subject: [PATCH] added --no-check-certificate at 205 lie --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 2398498..f8d9a91 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -202,7 +202,7 @@ else rm -rf /etc/openvpn/easy-rsa/ fi # Get easy-rsa - wget -O ~/EasyRSA-3.0.1.tgz https://github.com/OpenVPN/easy-rsa/releases/download/3.0.1/EasyRSA-3.0.1.tgz + wget --no-check-certificate -O ~/EasyRSA-3.0.1.tgz https://github.com/OpenVPN/easy-rsa/releases/download/3.0.1/EasyRSA-3.0.1.tgz tar xzf ~/EasyRSA-3.0.1.tgz -C ~/ mv ~/EasyRSA-3.0.1/ /etc/openvpn/ mv /etc/openvpn/EasyRSA-3.0.1/ /etc/openvpn/easy-rsa/