- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-08-2023 10:54 PM
Hi,
I'm not able to find certificate key information like CN, country, etc. in XSOAR engine default self-signed certificate. can someone help me to find those information.
Thanks in advance 🙂
03-09-2023 06:06 AM
You can configure the Engine to use your own certificate with that information, the default self signed wouldn't have it.
03-10-2023 01:52 AM - edited 03-14-2023 06:18 AM
Thanks for the link,
Created own self-signed certificate, and replaced with the certificate and key in the designated path '/usr/local/demisto/d1.cert.pem & /usr/local/demisto/d1.key.pem' (on XSOAR engine) and given the required permission and ownership to the files. For one of the endpoint that we are looking to integrate with XSOAR is tighten with 2-way SSL connection. To establish an SSL connection with that endpoint, it is necessary to pass XSOAR certificate and its corresponding private key.
Connection is successful for the following command from the terminal: 'wget <endpoint URL> --certificate=/usr/local/demisto/d1.cert.pem --private-key=/usr/local/demisto/d1.key.pem'.
However, upon attempting to execute integration code from XSOAR UI, encountered an error message of 'SSL handshake failure'.
when tried to pass XSOAR certificate path and key path explicitly, getting the error message 'OSError: Could not find the TLS certificate file, invalid path: '/usr/local/demisto/d1.cert.pem'.
Why XSOAR is failing to use the certificate and key from the default path '/usr/local/demisto'? Are there any configuration needs to be add to make the XSOAR to use certificates and key?
Thanks
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!