Certificates ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2023 06:10 AM - edited 04-24-2023 01:09 AM
I want to establish connection between my application and ServiceNow. I have worked on the ports and firewall issues but now I am getting SSL handshake error . I need to import ServiceNow certificate into my application KeyStore to secure connection. I searched and found X.509 certificate under System Definition and System LDAP in servicenow. I have number of certificates there.
I got PEM format cert in Truststore with CN= ServiceNow Root CA - G2;
PEM format cert in Truststore with CN= ServiceNow Issuing CA - L1A.
I am thinking these as Root and Intermediate. Apart from these, what all certificates I need to download which are needed to be imported to the application keystore to make the connection secure and working.