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?