The Mozilla CA root certificate bundle
Go to file
Frantisek Krenzelok 81a090f89a update-ca-trust: Support --output and non-root operation
Related: RHEL-44988

original issue - FC-986

Add the --output option to update-ca-trust so that trust stores can be
written to a different output directory. This is useful to prepare trust
store directories that can be used in containers.

Additionally, fix running update-ca-trust as non-root user
(specifically, without CAP_DAC_OVERRIDE) which was previously required
to create two symbolic links.

Quote all uses of $DEST since a user-specified path could contain
spaces.
2024-06-28 17:33:51 +02:00
tests RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
ca-certificates.spec update-ca-trust: Support --output and non-root operation 2024-06-28 17:33:51 +02:00
ca-legacy RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
ca-legacy.8.txt RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
ca-legacy.conf RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
certdata2pem.py RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
certdata.txt Resolves: rhbz#2229003 2023-08-21 14:32:43 -07:00
check_certs.sh RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
fetch.sh RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
gating.yaml Fix gating indent 2023-08-29 09:27:30 -07:00
nssckbi.h Resolves: rhbz#2229003 2023-08-21 14:32:43 -07:00
README.edk2 RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
README.etc RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
README.extr RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
README.java RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
README.openssl RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
README.pem RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
README.src RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
README.usr RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
sort-blocks.py RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
sources RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
trust-fixes RHEL 9.0.0 Alpha bootstrap 2020-10-14 22:35:13 +02:00
update-ca-trust update-ca-trust: Support --output and non-root operation 2024-06-28 17:33:51 +02:00
update-ca-trust.8.txt update-ca-trust: Support --output and non-root operation 2024-06-28 17:33:51 +02:00

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.