Remove unwanted ssl certs
OFten our computers get infested with “”ssl certs” from the likes of google even though they are not a cert-signing authority. You can get rid of them
sudo dpkg-reconfigure ca-certificates
The list of CAs is stored in the file /etc/ca-certificates.conf
. If you edit this file manually you need to run
sudo update-ca-certificates