Change your Root of Trust configuration
Trust and use your own certificates instead of relying on ServiceNow build certificates (default) by changing to use your Root of Trust (ROT). ServiceNow components like script includes, business rules, etc., are signed at build time using a ServiceNow build time key (verification certificate is the ServiceNow build certificate).
Changing the root of trust
To change the Root of Trust for these records signatures, you must follow the change of Root of Trust process.
- Generate and migrate a new set of signatures for all provided components, using your provided certificate.
- Disable the Root of Trust property using a scheduled job.
Impact on the signature generation and verification process
By default, Code Signing build certificates are trusted during the signature verification process. After making this change, your instance accepts signatures only from your own Code Signing certificate.
| ROT property set to false (default) | ROT property set to true |
|---|---|
|
|
Impact on your MID Server
- When the ROT property is set to false
- If you choose to leave your ROT property at its default value (false), there’s no impact on your MID Server.
- When Code Signing is enabled and the ROT property is set to true
- The isTrusted() API returns false for signatures with a build certificate.
- The isTrusted() API returns true for signatures with your certificate.
- The REST API call for certificates excludes build certificates.
- You may see MID Server issues, such as signature validation failed messages in the logs.