If your organization requires secure SSL, ensure that the untrusted SSL certificate is
replaced with either a self-signed or trusted certificate on all QRadar® deployments that you want
to monitor in Master Console.
Procedure
-
At the command line prompt on the Master Console server, add the certificate for each QRadar deployment by typing the
following command:
/opt/qradar/bin/getcert.sh <console IP address>
- Stop the services by typing the following command:
service tomcat stop; service hostcontext stop; service hostservices stop;
- Restart the services by typing the following command:
service hostservices start; service hostcontext start; service tomcat
start;