Created
October 24, 2019 17:12
-
-
Save romelgomez/f4f6d9b433839bb5ef1cbf70d654aae2 to your computer and use it in GitHub Desktop.
reconfigure ca-certificates
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
#! /bin/bash | |
sudo apt-get install gnutls-bin | |
gnutls-cli -p 443 github.com | |
# If status certificate is not trusted >>> Status: The certificate is trusted. | |
sudo dpkg-reconfigure ca-certificates | |
# Select all with the digicert name and go to the next step |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment