Skip to content

Instantly share code, notes, and snippets.

@earthmeLon
Created October 25, 2012 20:03
Show Gist options
  • Save earthmeLon/3955073 to your computer and use it in GitHub Desktop.
Save earthmeLon/3955073 to your computer and use it in GitHub Desktop.
Install CaCert.org for wget (Debian)
##Install CaCert.org for wget (Debian)
## Error: –no-check-certificate
#Install ca-certificates
sudo apt-get install ca-certificates
#Edit /etc/wgetrc
sudo vim /etc/wgetrc
## Append to wgetrc
ca_certificate=/etc/ssl/certs/cacert.org.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment