archrelease: copy trunk to extra-x86_64
[arch-packages.git] / ca-certificates / trunk / README.java
blobc09682462e3897a1fd1fed7b212bf6f067475101
1 This directory /etc/ssl/certs/java/ 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 All files are in the java keystore file format.
8 If your application isn't able to load the PKCS#11 module p11-kit-trust.so,
9 then you can use these files in your application to load a list of global
10 root CA certificates.
12 Please never manually edit the files stored in this directory,
13 because your changes will be lost and the files automatically overwritten,
14 each time the update-ca-trust command gets executed.
16 Please refer to the update-ca-trust(8) manual page for additional information.