The Mozilla CA root certificate bundle
Go to file
James Antill 9e719b97ac Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
.gitignore Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
README.edk2 Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
README.etc Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
README.extr Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
README.java Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
README.openssl Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
README.pem Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
README.src Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
README.usr Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
ca-certificates.spec Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
ca-legacy Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
ca-legacy.8.txt Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
ca-legacy.conf Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
certdata.txt Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
certdata2pem.py Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
nssckbi.h Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
sources Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
update-ca-trust Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00
update-ca-trust.8.txt Auto sync2gitlab import of ca-certificates-2021.2.50-82.el8.src.rpm 2022-05-26 01:04:17 -04:00

README.usr

This directory /usr/share/pki/ca-trust-source/ contains CA certificates and 
trust settings in the PEM file format. The trust settings found here will be
interpreted with a low priority - lower than the ones found in 
/etc/pki/ca-trust/source/ .

=============================================================================
QUICK HELP: To add a certificate in the simple PEM or DER file formats to the
            list of CAs trusted on the system:

            Copy it to the
                    /usr/share/pki/ca-trust-source/anchors/
            subdirectory, and run the
                    update-ca-trust
            command.

            If your certificate is in the extended BEGIN TRUSTED file format,
            then place it into the main source/ directory instead.
=============================================================================

Please refer to the update-ca-trust(8) manual page for additional information.