No description
Find a file
2026-01-22 08:41:38 +00:00
.forgejo/workflows Updated CI workflows 2026-01-21 20:05:27 +03:00
.gitignore Updated files for CI 2025-03-31 21:59:00 +03:00
.nvchecker.toml Returned nvchecker config 2026-01-20 14:46:48 +03:00
.SRCINFO Updated: 20260120-5 2026-01-22 08:41:38 +00:00
40-update-ca-trust.hook First release: 20240927 2025-02-06 21:41:23 +03:00
ca-certificates-utils.install First release: 20240927 2025-02-06 21:41:23 +03:00
PKGBUILD Update PKGBUILD to handle massive rebuild (again) 2026-01-22 11:40:46 +03:00
README.etc First release: 20240927 2025-02-06 21:41:23 +03:00
README.etcssl First release: 20240927 2025-02-06 21:41:23 +03:00
README.extr First release: 20240927 2025-02-06 21:41:23 +03:00
README.java First release: 20240927 2025-02-06 21:41:23 +03:00
README.src First release: 20240927 2025-02-06 21:41:23 +03:00
README.usr First release: 20240927 2025-02-06 21:41:23 +03:00
update-ca-trust First release: 20240927 2025-02-06 21:41:23 +03:00
update-ca-trust.8.txt First release: 20240927 2025-02-06 21:41:23 +03:00

This directory /usr/share/ca-certificates/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/ca-certificates/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/ca-certificates/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 trust-source/ directory instead.
=============================================================================

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