easy-tls icon indicating copy to clipboard operation
easy-tls copied to clipboard

How to install easy-tls?

Open ComptonAlvaro opened this issue 2 years ago • 7 comments

I am trying to instal easy-tls in windows, but I don't understand the documention.

I have easy-rsa 3 in a directory. I have download and copy the easytls file, and copy to easy-rsa 3 directory. I start the easy-rsa 3 shell with EasyRSA-Start.bat I run ./easytls init-tls

But I get an error of missing files:

Missing: D:/Progra~1/Openvpn/easy-rsa/bin
Missing: D:/Progra~1/Openvpn/easy-rsa/bin
Missing: D:/Progra~1/Openvpn/bin
Missing: D:/Progra~1/Openvpn/bin/openssl.exe
Missing: D:/Progra~1/Openvpn/bin/openvpn.exe
Missing: D:/Progra~1/Openvpn/easy-rsa/bin/cat.exe
Missing: D:/Progra~1/Openvpn/easy-rsa/bin/date.exe
Missing: D:/Progra~1/Openvpn/easy-rsa/bin/grep.exe
Missing: D:/Progra~1/Openvpn/easy-rsa/bin/ls.exe
Missing: D:/Progra~1/Openvpn/easy-rsa/bin/mv.exe
Missing: D:/Progra~1/Openvpn/easy-rsa/bin/sed.exe
Missing: D:/Progra~1/Openvpn/easy-rsa/bin/printf.exe

Where should I copy the easytls file and how could I initialize it?

Thanks.

ComptonAlvaro avatar Oct 25 '23 18:10 ComptonAlvaro

To use easytls you must install openvpn.

TinCanTech avatar Nov 15 '23 18:11 TinCanTech

I have copy the file "easytls" in the folder OpenVPN\easy-rsa, where is installed the openVpn with the easy-rsa tool, but when I run:

  • EasyRSA-Start.bat
  • ./easytls init-tls

And I still get the same error:

Missing: D:/Progra~1/Openvpn/easy-rsa/bin
Missing: D:/Progra~1/Openvpn/easy-rsa/bin
Missing: D:/Progra~1/Openvpn/bin
Missing: D:/Progra~1/Openvpn/bin/openssl.exe
Missing: D:/Progra~1/Openvpn/bin/openvpn.exe
Missing: D:/Progra~1/Openvpn/easy-rsa/bin/cat.exe
Missing: D:/Progra~1/Openvpn/easy-rsa/bin/date.exe
Missing: D:/Progra~1/Openvpn/easy-rsa/bin/grep.exe
Missing: D:/Progra~1/Openvpn/easy-rsa/bin/ls.exe
Missing: D:/Progra~1/Openvpn/easy-rsa/bin/mv.exe
Missing: D:/Progra~1/Openvpn/easy-rsa/bin/sed.exe
Missing: D:/Progra~1/Openvpn/easy-rsa/bin/printf.exe

Where should I copy the easytls file? Or how should I configure the evironment?

Thanks.

ComptonAlvaro avatar May 06 '24 15:05 ComptonAlvaro

Which version of Windows are you using ?

TinCanTech avatar May 06 '24 16:05 TinCanTech

I am using Windows 11 23H2.

ComptonAlvaro avatar May 06 '24 17:05 ComptonAlvaro

Unfortunately, EasyRSA and EasyTLS require full administrator access to your system, which makes casual use next-to impossible.

Solutions are being considered.

https://github.com/OpenVPN/easy-rsa/issues/1082

TinCanTech avatar May 06 '24 18:05 TinCanTech

And if I run a CMD as administrator could it work?

ComptonAlvaro avatar May 08 '24 08:05 ComptonAlvaro

All I know is that EasyRSA and EasyTLS pass unit tests on githib actions, using windows-latest.

If you like to help by testing then try to get EasyRSA working first.

TinCanTech avatar May 08 '24 11:05 TinCanTech