Loading the Breeze CA certificate into the Elasticsearch truststore

Last Updated : May 16, 2025 |

Procedure

  1. Log in to the SMGR.
  2. Go to Service > Inventory > Manage Elements and select the Breeze node.
  3. From More Actions menu, select Manage Trusted Certificate.
  4. Select a value from the Store Description column with WEBSPHERE as Store Type and click Export.

    The trust-cert.pem file is generated.

  5. To transfer the trust-cert.pem file to the CSP CCM, run the following commands on CCM Command Line Interface (CLI):
    • ccmcertmgr -ls trust | grep logelasticsearch
    • ccmcertmgr --add-trustcert logelasticsearch-certificate-default-logelasticsearch-mtls-trustedcert trust-cert.pem

    The trust-cert.pem is the CA certificate of Breeze.

    Example of an expected output:

    
    {
    "status": "CREATED",
    "statusCode": 201,
    "timestamp": "12-03-2025 08:49:05",
    "message": "logelasticsearch-certificate-default-logelasticsearch-mtls-trustedcert : Certificate added to trusted store successfully"
    }