Created
April 12, 2016 15:03
-
-
Save RishikeshDarandale/8d00731529d2ca28cd8354f523ec5f5b to your computer and use it in GitHub Desktop.
Installing the self signed certificate on ubuntu
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
#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