Skip to content

Commit

Permalink
Windows unit test: Update EasyRSA to v3.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Aug 25, 2023
1 parent 541bbe1 commit dc6b1b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev/easytls-op-test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down

0 comments on commit dc6b1b5

Please sign in to comment.