Skip to content

Instantly share code, notes, and snippets.

@romelgomez
Created October 24, 2019 17:12
Show Gist options
  • Save romelgomez/f4f6d9b433839bb5ef1cbf70d654aae2 to your computer and use it in GitHub Desktop.
Save romelgomez/f4f6d9b433839bb5ef1cbf70d654aae2 to your computer and use it in GitHub Desktop.
reconfigure ca-certificates
#! /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