Trust your CA on Linux - rcrowley/certified GitHub Wiki
- Copy the certificate from
db/certs/root-ca.crtto/usr/local/share/ca-certificates/company-ca.crt. (dbisetc/sslby default andcompanyshould be your company's name.) - Run
update-ca-certificates.
- Copy the certificate from
db/certs/root-ca.crtto/etc/pki/ca-trust/source/anchors/company-ca.crt. (dbisetc/sslby default andcompanyshould be your company's name.) - Run
update-ca-trust. This program is part of the "ca-certificates" package
More information: https://fedoraproject.org/wiki/Features/SharedSystemCertificates:Testing#How_to_add_a_systemwide_CA
Run trust anchor db/certs/root-ca.crt (as root) to import the CA automatically.
Manual method:
- Copy the certificate from
db/certs/root-ca.crtto/etc/ca-certificates/trust-source/anchors/company-ca.crt. - Run
update-ca-trust. This program is part of the "ca-certificates" package