CBL-Mariner/SPECS/ca-certificates
CBL-Mariner-Bot a3681e13db
[AUTOUPGRADE-CORE] Upgrade ca-certificates Msft cert change (#8858)
2024-04-22 12:02:54 -07: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 [AUTOUPGRADE-CORE] Upgrade ca-certificates Msft cert change (#8858) 2024-04-22 12:02:54 -07:00
ca-certificates.spec [AUTOUPGRADE-CORE] Upgrade ca-certificates Msft cert change (#8858) 2024-04-22 12:02:54 -07:00
cert2certdata.sh [AUTO-CHERRYPICK] Updated `ca-certificates-base`. - branch main (#6931) 2023-12-07 08:12:51 -08:00
certdata.base.txt [AUTO-CHERRYPICK] Updated `ca-certificates-base`. - branch main (#6931) 2023-12-07 08:12:51 -08:00
certdata.microsoft.txt [AUTOUPGRADE-CORE] Upgrade ca-certificates Msft cert change (#8858) 2024-04-22 12:02:54 -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.