Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (18.4k points)

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

I copied my

 ca.crt file to /etc/pki/ca-trust/source/anchors/ 

and then runned the command below:

update-ca-trust extract

After that I checked

 /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt 

file, but I cannot find my CA.

How do I fix it?

1 Answer

0 votes
by (36.8k points)

You need to copy your certificates inside

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

then run the following command

update-ca-trust

Want to be a Linux expert? Come and join this Linux course

Do check out the video below

 

 

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...