Method 2: Configure Spectrum with self-signed certificates provided by Precisely

This topic provides the steps to implement self-signed certificates from Precisely.

Note: This configuration is not recommended for production environments.
  1. Stop the Spectrum server.
  2. Change these properties in spectrum-container.properties:
    • spectrum.encryption.enabled=true
    • spectrum.encryption.algorithm=JASYPT
    • spectrum.encryption.selfSignedCert=true
    • spectrum.encryption.trustAllHosts=true
  3. Start the Spectrum server.