Update your X.509 certificate
If you require an SSL connection for the integration, there are circumstances when the certificate provided by the third-party vendor is either not yet trusted in ServiceNow or has expired. This task is optional.
始める前に
Role required: admin
手順
-
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 to the
clipboard.
It must begin with
-----BEGIN CERTIFICATE-----and end with-----END CERTIFICATE-----.
-
Enter the endpoint URL into the browser address bar.
- Navigate to System Definition > Certificates.
- 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.
-
Add the certificate to the Identity Provider record.
- Navigate to Multi-Provider SSO > Identity Providers.
- Select the active default identity provider for which you created the new certificate.
- Scroll down to X.509 certificates related list, and click Edit.
- Move the newly created certificate to the Selected column.
-
Click Save.
The other fields in the record are generated automatically.注:If you have a certificate that has expired, you need to remove it. For information on how to remove the expired certificate, refer to KB0691439 Replacing an expiring SAML certificate.