When an SSL connection is required in an integration, there are circumstances when
the certificate provided by the third-party vendor is either not yet trusted in ServiceNow or has expired. You can
replace it or add a new certificate.
Before you begin
Role required: sn_ti.write
Procedure
-
Acquire the SSL certificate from the third-party vendor.
For example, you can import an X.509 Certificate (PEM) from an SSL endpoint in
the Firefox browser, as follows.
-
Enter the endpoint URL into the browser address bar.
For example: https://<3rdparty>/.
-
Click the lock icon in the address line.
-
Click More Information and click the
Security tab.
-
Click View Certificate and click the
Detail tab.
-
Click Export to save the PEM into your local
file system.
-
Open the saved file in any text editor tool and copy the content into
the clipboard.
It must begin with -----BEGIN CERTIFICATE----- and
end with -----END CERTIFICATE-----.
-
Navigate to .
-
Click New and
create a new
record for the integration.
-
In PEM Certificate, paste in the certificate you
downloaded and copied into the clipboard earlier.
-
Click Save.
The other fields in the record are generated automatically.