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?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…