archrelease: copy trunk to extra-x86_64
[arch-packages.git] / ca-certificates / trunk / README.extr
blob3f45b721759afe5989a84c525a6773b6b6360391
1 This directory /etc/ca-certificates/extracted/ contains CA certificate bundle
2 files which are automatically created based on the information found in the
3 /usr/share/ca-certificates/trust-source/ and /etc/ca-certificates/trust-source/
4 directories.
6 The files are as follows:
8   - ca-bundle.trust.crt:
10     This file is in the BEGIN/END TRUSTED CERTIFICATE file format, 
11     as described in the x509(1) manual page.
13   - edk2-cacerts.bin:
15     This file is in the EDK2 (EFI Development Kit II) file format.
17   - email-ca-bundle.pem, objsign-ca-bundle.pem, tls-ca-bundle.pem:
19     All files are in the BEGIN/END CERTIFICATE file format, 
20     as described in the x509(1) manual page.
22     Distrust information cannot be represented in this file format,
23     and distrusted certificates are missing from these files.
25 If your application isn't able to load the PKCS#11 module p11-kit-trust.so,
26 then you can use these files in your application to load a list of global
27 root CA certificates.
29 Please never manually edit the files stored in this directory,
30 because your changes will be lost and the files automatically overwritten,
31 each time the update-ca-trust command gets executed.
33 Please refer to the update-ca-trust(8) manual page for additional information.