Upload Java KeyStore certificate to ServiceNow instance
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- Now Platform Capabilities
Upload the Java KeyStore certificate to your ServiceNow instance to enable the creation of connections and credentials.
Before you begin
Role required: admin
Procedure
- On your ServiceNow instance, navigate to the X.509 certificate list by entering sys_certificate.LIST in the navigation filter.
- Select New.
-
Fill the form.
Table 1. New record Field Description Name Custom name of the certificate. Type Type of certificate. Select Java Key Store. Notify on expiration The role that should be notified when the certificate expires. Expires in days The validity of the certificate. Warn in days to expire The number of days before which the role receives a warning of expiry. Key store password Key store password that you had created. Active Indicates that the Java Key Store certificate is active. Short description Short description of the record. -
Right-click on the banner of the record and select Save.
-
Select the Manage Attachments icon (
) to attach the Java KeyStore file. If your instance displays an error of the type "<file-name>.jks File type not permitted or mime type does not match the file content", complete the steps.
- In the filter field of your instance, enter sys_properties.LIST and press Enter.
- In the Name field of the System Properties page, enter glide.security.file.mime_type.validation and press Enter.
- Select the system property glide.security.file.mime_type.validation.
- In the Value field, update the value to False.
- Right-click on the banner of the form and select Save.
- In the filter field of your instance, enter sys_properties.LIST and press Enter.
- Select Save.
-
To validate the certificate, select the Validate Stores/Certificates link.
You've uploaded the Java Key Store certificate to your ServiceNow instance.