Adding CSP CA to Avaya Breeze truststore

Last Updated : May 14, 2025 |

Procedure

  1. On the CCM lab, log in as a root user.
  2. Run the following command to get the CSP CA:
    kubectl get secrets --namespace default fluentd-ca-crt -o go-template='{{index .data "root-cert.pem"}}' | base64 -d > root-cert.pem
  3. Transfer the root-cert.pem file created to your local machine using a utility tool such as, WinSCP or FileZilla.
  4. Log in to SMGR and go to Elements > Avaya Breeze > Cluster Administration and then select the Breeze customer engagement cluster and select Certificate Management > Install Trust Certificate.
  5. In the Install Trusted Certificate form select WEBSPHERE under Select Store Type to install the trusted certificate.
  6. Click Browse to select the CSP root-cert.pem file on your local server and click retrieve.

    The CA details is displayed.

  7. Click commit to add CA to the WEBSPHERE trust store.