Generate a SHA-1 thumbprint

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • Generate a SHA-1 thumbprint using the JWT provider's sys_id and JKS certificate's sys_id and certificate's alias to be added to the GraphCertificateOAuthTemplate script.

    시작하기 전에

    Role required: admin

    프로시저

    1. Navigate to All > System Definition > Scripts-Background.
    2. Paste the following script to generate the SHA-1 thumbprint value.
      var certId = "<sys_id of the certificate record>";​
      
      var certAlias = "<alias name for the certificate>";​
      
      var gce = new GlideCertificateEncryption();​
      
      var thumbprint = gce.getThumbPrintFromKeyStore(certId, certAlias,"SHA-1");​
      
      gs.log(thumbprint);​
    3. Select Run script.

    다음에 수행할 작업

    Create an OAuth API script