diff --git a/dev/easytls-op-test.bat b/dev/easytls-op-test.bat index f592a2d..c99547d 100644 --- a/dev/easytls-op-test.bat +++ b/dev/easytls-op-test.bat @@ -50,20 +50,20 @@ dir cd .. if %PROCESSOR_ARCHITECTURE% == x86 ( - curl -LO https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.8/EasyRSA-3.0.8-win32.zip - 7z e -aoa EasyRSA-3.0.8-win32.zip + curl -LO https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.6/EasyRSA-3.1.6-win32.zip + 7z e -aoa EasyRSA-3.1.6-win32.zip REM ping -n 10 127.0.0.1 curl -LO https://github.com/TinCanTech/Prebuilt-Openvpn/raw/master/wovpn/wovpn32b.zip 7z e -aoa wovpn32b.zip ) ELSE ( - curl -LO https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.8/EasyRSA-3.0.8-win64.zip - 7z e -aoa EasyRSA-3.0.8-win64.zip + curl -LO https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.6/EasyRSA-3.1.6-win64.zip + 7z e -aoa EasyRSA-3.1.6-win64.zip REM ping -n 10 127.0.0.1 curl -LO https://github.com/TinCanTech/Prebuilt-Openvpn/raw/master/wovpn/wovpn64b.zip 7z e -aoa wovpn64b.zip ) -curl -LO https://raw.githubusercontent.com/TinCanTech/easyrsa-plus/master/easyrsa3/easyrsa +#curl -LO https://raw.githubusercontent.com/TinCanTech/easyrsa-plus/master/easyrsa3/easyrsa SET PATH=%PATH%;.\ SET HOME=%PATH%