---
title: "Adding SSL/Proxy Certificates in QRadar"
canonical: "https://docs.infoblox.com/space/DeploymentGuideInfobloxAppforQRadar/777388105/Adding%20SSL%2FProxy%20Certificates%20in%20QRadar"
format: markdown
---
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 A*ccessing and Restarting the Application Docker Container *section.

For more information, see the <u>[IBM documentation.](https://www.ibm.com/docs/en/qsip/7.4?topic=sc-using-certificates-that-are-signed-by-internal-certificate-authority)</u>