Create a JKS file

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • Generate a Java KeyStore (JKS) file for OAuth authentication setup. This process involves extracting the private key from a credentials JSON file and converting it through PEM format to create the required JKS file.

    Antes de Iniciar

    Role required: admin

    This task requires a credentials JSON file from the Card Data Security tokenizer service. See Initial steps to setup schema and connections for Card data security (KB2238661) for more information.

    Procedimento

    1. Create a blank file in a text editor.
    2. From the credentials JSON file, copy the privateKey value into the blank file.
    3. Replace the \n values with new line characters.
    4. Save the file with the extension .pem.
    5. Convert the .pem file to a JKS file.
      When converting the file, you will need to provide the key store password and the key alias—make a note of these.

    Resultado

    A JKS file is generated for use in your ServiceNow instance.

    O que Fazer Depois

    Create an X.509 Certificate.