Missing key information like CN and country details in XSOAR self-signed certificates

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Missing key information like CN and country details in XSOAR self-signed certificates

L2 Linker

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 🙂

2 REPLIES 2

L4 Transporter

You can configure the Engine to use your own certificate with that information, the default self signed wouldn't have it.

 

https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.10/Cortex-XSOAR-Administrator-Guide/Config...

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


 

  • 728 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!