Install Certificates
In this post, We will learn how to install the certificate on Ubuntu with the command line.
Open your terminal and execute the following sequence of command. Here mycert.cer is the certificate that you want to install.
In this post, We will learn how to install the certificate on Ubuntu with the command line.
Open your terminal and execute the following sequence of command. Here mycert.cer is the certificate that you want to install.
$ sudo cp mycert.cer /usr/share/ca-certificates/mycert.pem
$ sudo dpkg-reconfigure ca-certificates
$ sudo update-ca-certificates
$ git config --global http.sslCAInfo /usr/share/ca-certificates/mycert.pem
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
Thanks for your kind word it really means a lot to us. thanks
ReplyDelete