Standalone signing tool

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • Use the standalone Signing Tool to sign supported records in ServiceNow applications using your own private key.

    Use the Signing Tool to sign records in ServiceNow apps. The tool generates signatures for records in your local environment using your own private key.

    Signing tool workflow

    Signing tool workflow
    1. Create or select an existing ServiceNow application with records to be signed, such as business rules or script includes.
    2. Push the application into your Git repository, which resides in your environment.
      주:
      Applications can be synced between a Git repository and your instance using the Source Control Integration. For details on configuring and using this integration, see Legacy - Source Control integration.
    3. Clone the application in your local environment.
    4. Use the Signing Tool (also in your local environment) to sign the supported records from the cloned ServiceNow application using your private key. The Signing Tool creates signature records and X.509 Certificate [sys_certificate] records. For details on using the Signing Tool, see Using the Signing Tool.
    5. Push the updated application to your Git repository.
    6. In your instance, import the updated application by applying remote changes.