-
Notifications
You must be signed in to change notification settings - Fork 38
Trust your CA on Linux
Mantas Mikulėnas edited this page Jan 31, 2017
·
10 revisions
- Copy the certificate from
db/certs/root-ca.crt
to/usr/local/share/ca-certificates/company-ca.crt
. (db
isetc/ssl
by default andcompany
should be your company's name.) - Run
update-ca-certificates
.
- Copy the certificate from
db/certs/root-ca.crt
to/etc/pki/ca-trust/source/anchors/company-ca.crt
. (db
isetc/ssl
by default andcompany
should 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.crt
to/etc/ca-certificates/trust-source/anchors/company-ca.crt
. - Run
update-ca-trust
. This program is part of the "ca-certificates" package