/
Adding SSL/Proxy Certificates in QRadar

Adding SSL/Proxy Certificates in QRadar

Perform the following steps to add SSL Certificates in QRadar:

  1. Put your certificate at path /etc/pki/ca-trust/source/anchors/ on the QRadar console.

  2. Run the following two commands at the SSH command line on the console.

    • /opt/qradar/support/all_servers.sh -p /etc/pki/ca-trust/source/anchors/<root_certificate> -r /etc/pki/ca-trust/source/anchors

    • /opt/qradar/support/all_servers.sh -C update-ca-trust

NOTE: If the app is already installed, restart the docker container by following Accessing and Restarting the Application Docker Container section.

For more information, see the IBM documentation.

Related content