Atlas ServiceNow Integration
Overview
ServiceNow is a cloud-based “workflow automation” platform that enables enterprise organizations to improve operational efficiencies by streamlining and automating routine work tasks.
GlobalSign-ServiceNow integration provides ServiceNow users with the ability to simplify and streamline the procurement and management of public and private Certificates via GlobalSign's Connector.
Prerequisites
- GlobalSign Atlas API credentials, mTLS Certificate
- Validated Domains
- PKCS12 key store Certificate
- ServiceNow
Get GlobalSign Atlas API credentials, mTLS Certificate
- Log in to Atlas portal.
Or, contact sales if you don’t have an Atlas account or the Product. - Generate API Credentials in the Atlas portal.
- Generate mTLS Certificate in the Atlas portal.
Validate Domains
- Make sure to add the domain in the Domain section of the ATLAS portal to be able to issue the TLS Certificate from ServiceNow.
- Make sure to add the domain with the right identity Profile in the ATLAS portal so that Certificates issued to those domains will include any relevant identity information in the linked profile.
Generate PKCS12 key store Certificate
To convert mTLS into PFX, use this command:
Openssl pkcs12 -export -out {your new pkcs12 cert name}.pfx -inkey {your private key}.key -in {your mtls cert}.pem
Note: Please create and keep the PFX password, which is required in the ServiceNow portal.
Frequently Asked Questions
Does ServiceNow work with all ATLAS products?
No, it’s only for TLS and S/MIME products.
Can I issue the Certificate for any domain in ServiceNow?
Yes, you can issue the Certificate for any domain. However, you should have that domain added, and it should be active in the Domain section in the ATLAS portal.
For more information, please refer to this page.
What if I change the API credentials in the ATLAS portal?
You would need to update the new API credentials in Service. However, there would not be any changes in mTLS.
How do I Revoke a TLS Certificate in ServiceNow?
ServiceNow allows you to revoke the Certificate, however, you need to select the reason for the revocation.
For more information on revocation reasons, please refer to this page.