3 |
- |
1 |
This directory /etc/pki/ca-trust/source/ contains CA certificates and
|
|
|
2 |
trust settings in the PEM file format. The trust settings found here will be
|
|
|
3 |
interpreted with a high priority - higher than the ones found in
|
|
|
4 |
/usr/share/pki/ca-trust-source/.
|
|
|
5 |
|
|
|
6 |
=============================================================================
|
|
|
7 |
QUICK HELP: To add a certificate in the simple PEM or DER file formats to the
|
|
|
8 |
list of CAs trusted on the system:
|
|
|
9 |
|
|
|
10 |
Copy it to the
|
|
|
11 |
/etc/pki/ca-trust/source/anchors/
|
|
|
12 |
subdirectory, and run the
|
|
|
13 |
update-ca-trust
|
|
|
14 |
command.
|
|
|
15 |
|
|
|
16 |
If your certificate is in the extended BEGIN TRUSTED file format,
|
|
|
17 |
then place it into the main source/ directory instead.
|
|
|
18 |
=============================================================================
|
|
|
19 |
|
|
|
20 |
Please refer to the update-ca-trust(8) manual page for additional information.
|