Keystore directory structure - Alfresco Search Services - 2.0 - 2.0 - Ready - Alfresco - external - Alfresco/Alfresco-Search-Services/2.0/Alfresco-Search-Services/Configure/Secure-keys/Keystore-directory-structure - 2025-04-04

Alfresco Search Services

Platform
Alfresco
Product
Alfresco Search Services
Release
2.0
License

The keystores directory contains the following structure and files:

keystores
├── alfresco
│   ├── keystore
│   ├── ssl.keystore
│   ├── ssl.truststore
├── client
│   └── browser.p12
└── solr
│   ├── ssl-repo-client.keystore
│   └── ssl-repo-client.truststore
File name Description
browser.p12 The PKCS12 keystore generated from ssl.keystore that contains the repository private key and certificate for use in browsers, such as Firefox.
keystore Secret key keystore containing the secret key used to encrypt and decrypt node properties.
ssl.keystore Repository keystore containing the repository private/public key pair and certificate.
ssl.truststore Repository truststore containing certificates that the repository trusts.
ssl-repo-client.keystore Solr SSL keystore containing the Solr private/public key pair and certificate.
ssl-repo-client.truststore Solr truststore containing certificates that the repository trusts.