Skip to content

Instantly share code, notes, and snippets.

@RishikeshDarandale
Created April 12, 2016 15:03
Show Gist options
  • Save RishikeshDarandale/8d00731529d2ca28cd8354f523ec5f5b to your computer and use it in GitHub Desktop.
Save RishikeshDarandale/8d00731529d2ca28cd8354f523ec5f5b to your computer and use it in GitHub Desktop.
Installing the self signed certificate on ubuntu
#apt-get install ca-certificates
#cp cacert.pem /usr/share/ca-certificates
#dpkg-reconfigure ca-certificates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment