Monday, June 11, 2012

Fixing CentOS Root Certificate Authority Issues

Here is the link: http://eric.lubow.org/2011/security/fixing-centos-root-certificate-authority-issues/ I backed up the existing certificate file just to be on the safe side. # cp /etc/pki/tls/certs/ca-bundle.crt /root/backup/ To fix the issue, just download a new certificate bundle. I used the one from haxx.se. # curl http://curl.haxx.se/ca/cacert.pem -o /etc/pki/tls/certs/ca-bundle.crt