CBL-Mariner/SPECS/ca-certificates
Thomas Crain bbef204cf4
Fix version requirements on ca-certificates packages (#1799)
2021-12-22 14:43:17 -08:00
..
LICENSE Initial CBL-Mariner commit to GitHub 2020-08-06 20:17:52 -07:00
README.edk2 Initial CBL-Mariner commit to GitHub 2020-08-06 20:17:52 -07:00
README.etc Initial CBL-Mariner commit to GitHub 2020-08-06 20:17:52 -07:00
README.extr Initial CBL-Mariner commit to GitHub 2020-08-06 20:17:52 -07:00
README.java Initial CBL-Mariner commit to GitHub 2020-08-06 20:17:52 -07:00
README.openssl Initial CBL-Mariner commit to GitHub 2020-08-06 20:17:52 -07:00
README.pem Initial CBL-Mariner commit to GitHub 2020-08-06 20:17:52 -07:00
README.src Initial CBL-Mariner commit to GitHub 2020-08-06 20:17:52 -07:00
README.usr Initial CBL-Mariner commit to GitHub 2020-08-06 20:17:52 -07:00
bundle2pem.sh Pawelwi/adding legacy ca certificates setup (#79) 2020-09-02 17:22:13 -07:00
ca-certificates.signatures.json [dev] `ca-certificates`: removing Mozilla CAs in favour of Microsoft ones (#1437) 2021-10-07 12:51:39 -07:00
ca-certificates.spec Fix version requirements on ca-certificates packages (#1799) 2021-12-22 14:43:17 -08:00
certdata.base.txt Removing the deprecated "Microsoft IT TLS CA 2" CA. (#188) 2021-02-09 00:45:26 -08:00
certdata.microsoft.txt [dev] `ca-certificates`: removing Mozilla CAs in favour of Microsoft ones (#1437) 2021-10-07 12:51:39 -07:00
certdata2pem.py [dev] `ca-certificates`: removing Mozilla CAs in favour of Microsoft ones (#1437) 2021-10-07 12:51:39 -07:00
check_certs.sh Initial CBL-Mariner commit to GitHub 2020-08-06 20:17:52 -07:00
fetch.sh Initial CBL-Mariner commit to GitHub 2020-08-06 20:17:52 -07:00
nssckbi.h Updating 'ca-certificates' nssckbi.h header and unifying changelog entries with package version (#125) 2020-09-22 19:34:33 +02:00
pem2bundle.sh [dev] `ca-certificates`: removing Mozilla CAs in favour of Microsoft ones (#1437) 2021-10-07 12:51:39 -07:00
sort-blocks.py Initial CBL-Mariner commit to GitHub 2020-08-06 20:17:52 -07:00
sources Initial CBL-Mariner commit to GitHub 2020-08-06 20:17:52 -07:00
trust-fixes Initial CBL-Mariner commit to GitHub 2020-08-06 20:17:52 -07:00
update-ca-trust Initial CBL-Mariner commit to GitHub 2020-08-06 20:17:52 -07:00
update-ca-trust.8.txt Initial CBL-Mariner commit to GitHub 2020-08-06 20:17:52 -07: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.