- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-08-2021 10:56 PM
Hi
I'm establishing an integration using API call of Python with xsoar.I need to add key and cert to clear certificate verification.At the moment i did disable the verification by passing verify=False.I did download certificate from the option in the xsoar web app as shown below.Don't know where to get the key.Can some one help on this?
07-09-2021 02:47 AM
Hi @rr449, by default, XSOAR stores its own seb server certificate and key here:
/usr/local/demisto/cert.pem
/usr/local/demisto/cert.key
You can login via SSH to the server and check these out. Also, you can optionally provide signed certificates from a CA using the process described here: https://docs.paloaltonetworks.com/cortex/cortex-xsoar/6-2/cortex-xsoar-admin/installation/post-insta...
07-09-2021 02:47 AM
Hi @rr449, by default, XSOAR stores its own seb server certificate and key here:
/usr/local/demisto/cert.pem
/usr/local/demisto/cert.key
You can login via SSH to the server and check these out. Also, you can optionally provide signed certificates from a CA using the process described here: https://docs.paloaltonetworks.com/cortex/cortex-xsoar/6-2/cortex-xsoar-admin/installation/post-insta...
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!