Setup keystores and truststore

Define the truststore that will store your trusted certificates and the keystores to store the private key components of your trust certificates. By default, Spectrum provides three stores configured for Spectrum and are self-signed encryption certificates.

  • node-keystore.p12 – This pkcs12 keystore contains the internode communication certificate chain.
  • client-keystore.p12 – This pkcs12 keystore contains the client communication certificate chain.
  • truststore.p12 – This pkcs12 keystore contains the root certificate authority (CA) public certificate.
Note: These certificates are not recommended for production.

The keystores must be placed in the <spectruminstallationdirectory>/server/app/conf/certs folder. You can define one truststore for both client and node configurations.