Configuring custom certificates for stomp and rest
If you are using SOAR apps, to establish trust between the Edge Gateway and the Orchestration & Automation application, you can use supplied self-signed
certificates that are created by Orchestration & Automation, or
configure your own custom certificates for the stomp
and rest
.
Configuring a custom certificate for the stomp cert
If you are using Edge Gateway to host SOAR apps, you can configure a custom stomp cert.
About this task
For more information about SOAR apps, see Orchestration & Automation Apps.
This task describes how to configure a custom certificate for the stomp
certificate from the Red Hat OpenShift Container Platform interface and is provided as an example
based on Red Hat OpenShift Container Platform v4.3.x.
Procedure
- Log in to the Red Hat OpenShift Container Platform as OpenShift Administrator.
- Click Workloads > Secrets and select your IBM Security QRadar Suite project; for example
cp4s
. - Use the filter to search for the
isc-cases-stomp-customer-cert
secret, and select the secret. - From the Actions drop-down menu, click Edit Secret.
- In the tls.crt value field, paste the value of your certificate.
- In the tls.key field, paste the details of the key.
- Click Save.
Configuring a custom certificate for the rest cert
If you are using Edge Gateway to host SOAR apps, you can configure a custom rest cert.
About this task
For more information about SOAR apps, see Orchestration & Automation Apps.
This task describes how to configure a custom certificate for the rest
certificate from the Red Hat OpenShift Container Platform interface and is provided as an example
based on Red Hat OpenShift Container Platform v4.3.x.
Procedure
- Log in to the Red Hat OpenShift Container Platform as OpenShift Administrator.
- Click Workloads > Secrets and select your IBM Security QRadar Suite project; for example
cp4s
. - Use the filter to search for the
isc-cases-rest-customer-cert
secret, and select the secret. - From the Actions drop-down menu, click Edit Secret.
- In the tls.crt value field, paste the value of your certificate.
- In the tls.key field, paste the details of the key.
- Click Save.