For the complete documentation index, see llms.txt. This page is also available as Markdown.
XSOAR 6.12EoL

Use a Signed Certificate

Use a signed certificate in Cortex XSOAR 6.12 high availability deployments.

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.

  1. Place the certificate in the shared file server, under /var/lib/demisto.

  2. For each app server or main host, stop the server.

    sudo service demisto stop

  3. For each app server or main host, add the following to the /etc/demisto.conf file:

    • Security.CertFile: "<path to .pem file>"

    • Security.KeyFile: "<path to .key file>"

Last updated

Was this helpful?