zorael / kameloso

IRC bot with Twitch support
Boost Software License 1.0
9 stars 3 forks source link

Downloading Windows SSL bits with Powershell #125

Closed zorael closed 2 years ago

zorael commented 2 years ago

This is the second attempt at downloading OpenSSL and a cacert.pem using Powershell on Windows.

This time we don't create a script to download the files, but rather just pass a command to Powershell with powershell -c "Invoke-WebRequest [...]". It works and we can automate downloading the OpenSSL installer (and cacert.pem though it's even over non-encrypted http:///).