Last active
March 21, 2019 09:35
-
-
Save navinthenapster/a1993dfabe92e7b8337ada02c7189469 to your computer and use it in GitHub Desktop.
To import Proxy Certficate of an organization and to access website by importing authorized certifcates
This file contains 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
sudo openssl x509 -inform DER -in certificate.cer -out certificate.crt | |
sudo mv certificate.crt /usr/share/ca-certificates/ | |
sudo mv certificate.crt /usr/local/share/ca-certificates/ | |
cd /usr/share/ca-certificates | |
sudo chmod 644 certificate.crt | |
sudo dpkg-reconfigure ca-certificates | |
sudo update-ca-certificates |
In case of problem persistance.
sudo apt-get autoremove
sudo apt-get upgrade
All the packages should be install
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In case of broken ca-certificates
sudo