Skip to content

Secure downloads

Stefaan Ghysels edited this page Sep 28, 2018 · 1 revision

Tired of adding --no-check-certificate to wget from https websites? Setup the certificates as follows:

curl --remote-name --time-cond cacert.pem https://curl.haxx.se/ca/cacert.pem
mv cacert.pem /etc/ssl/cert.pem
Clone this wiki locally