Abstract
Use a signed certificate in a Cortex XSOAR high availability deployment.
By default Cortex XSOAR servers use a self-signed certificate for a secure HTTP connection. If you are using your own server certificate, you need to make that certificate available to all of your application servers or main hosts.
Place the certificate in the shared file server, under
/var/lib/demisto.For each app server or main host, stop the server.
sudo service demisto stopFor each app server or main host, add the following to the
/etc/demisto.conffile:Security.CertFile: "<path to .pem file>"
Security.KeyFile: "<path to .key file>"