Skip to content

Instantly share code, notes, and snippets.

@Webkadabra
Forked from taylor/gist:2968566
Created November 4, 2017 01:31
Show Gist options
  • Save Webkadabra/07e7d6029d1f820f69f56d21326905a8 to your computer and use it in GitHub Desktop.
Save Webkadabra/07e7d6029d1f820f69f56d21326905a8 to your computer and use it in GitHub Desktop.
fix ca cert on centos 5

this sucks, but it works. centos should really just build the damn ca-certificates package for centos5 found on centos6

cp /etc/pki/tls/certs/ca-bundle.crt /root/ca-bundle.crt-old
curl http://curl.haxx.se/ca/cacert.pem -o /etc/pki/tls/certs/ca-bundle.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment