Skip to content

Instantly share code, notes, and snippets.

@alainwolf
Created March 15, 2014 23:46
Show Gist options
  • Save alainwolf/b20189a18a3bc4cc3845 to your computer and use it in GitHub Desktop.
Save alainwolf/b20189a18a3bc4cc3845 to your computer and use it in GitHub Desktop.
Install CACert root certificates on Ubuntu 13.10+
sudo apt-get install ca-certificates
sudo mkdir -p /usr/share/ca-certificates/cacert.org
cd /usr/share/ca-certificates/cacert.org
wget http://www.cacert.org/certs/root.crt
wget http://www.cacert.org/certs/class3.crt
sudo dpkg-reconfigure ca-certificates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment