How to add Certificate Authority file in CentOS 7

Yogesh Jilhawar picture Yogesh Jilhawar · May 5, 2016 · Viewed 136.5k times · Source

I am trying to add certificate Authority (CA) file name - ca.crt to /etc/ssl/certs, for that I followed this article.

I copied my ca.crt file to /etc/pki/ca-trust/source/anchors/ and run the command below;

update-ca-trust extract

After that I checked /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt file, but I didn't find my CA.

I am not able to figure out what may be the problem.

What am I doing wrong and how can I fix it?

Answer

shalamus picture shalamus · Jul 9, 2017

copy your certificates inside

/etc/pki/ca-trust/source/anchors/

then run the following command

update-ca-trust