Skip to content

Instantly share code, notes, and snippets.

@chaosphere2112
Created September 16, 2014 19:40
Show Gist options
  • Save chaosphere2112/89ee62d4d73632d7dd75 to your computer and use it in GitHub Desktop.
Save chaosphere2112/89ee62d4d73632d7dd75 to your computer and use it in GitHub Desktop.
CentOS CA Certificate Fix
$ yum install ca-certificates
$ update-ca-trust enable
$ cp foo.crt /etc/pki/ca-trust/source/anchors/
$ update-ca-trust extract
@bbodenmiller
Copy link

Alternatively rather than force enabling you could install the missing packages: sudo yum install p11-kit.i686 p11-kit-trust.i686

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment