Secure downloads - WDCommunity/wdpksrc GitHub Wiki
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