Created
October 25, 2012 20:03
-
-
Save earthmeLon/3955073 to your computer and use it in GitHub Desktop.
Install CaCert.org for wget (Debian)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##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