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?
copy your certificates inside
/etc/pki/ca-trust/source/anchors/
then run the following command
update-ca-trust