Stores file names
The folders that contain the Workbench and platform/station stores each contain a set of three data files, one per type of store.
keystore.jceks is the User Key Store. In Workbench it contains a company’s root CA, intermediate, and code-signing certificates. In a server, it contains the server certificate.
cacerts.jceks is the User Trust Store. In a client it contains the root CA and intermediate certificates with only their public keys.
exemptions.tes is the Allowed Hosts list. In a client it contains the certificate for hosts (servers) with whom the client may securely communicate even though the client either:
does not have a root CA certificate in its System or User Trust Store for the server, or
may have a matching root CA certificate, but the Common Name or Alternate Server Name of the server certificate is not the same as the host name of the server being authenticated.
.bcfks is the FIPS (Federal Information Processing Standard) compliant key store. In non-FIPS mode, they are stored in a .jceks key store. These key stores are managed separately. The FIPS and non-FIPS certificates do not overlap.