On Wed, 2019-04-24 at 11:35 +0530, Danishka Navin wrote:
Hi,
Sri Lanka Cert is gonna implement local Root CA. How we can submit this Root CA with Fedora?
I could not find enough information on this.
You can do one custom ca-certificates.noarch package and add your certificate to ca-truted in your system.
or you just need copy your ca cert to /etc/pki/ca-trust/source/anchors and run update-ca-trust
I used or as reference [1]
[1] https://ask.fedoraproject.org/en/question/37820/confusion-with-rpm-fusions-s...
cd /etc/pki/ca-trust/source/anchors wget http://www.cacert.org/certs/root.crt update-ca-trust
Best regards,