---
sourceDocument: Australia Financial Services Operations
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/financial-services-operations

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Financial Services Operations

ft:clusterId :

    - finso

bundleId :

    - finso

workflow :

    - Customer and Industry


---

# Create a JKS file

# Create a JKS file {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

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.

## Vorbereitungen

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)](https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB2238661) for more information.

## Prozedur

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.

## Ergebnisse

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

## Nächste Maßnahme

[Create an X.509 Certificate](https://servicenow-prod.fluidtopics.net/qfJWVOsJG_z9cH6Ejz3Vdw "Create an X.509 certificate record in ServiceNow by uploading a Java Key Store (JKS) file and configuring the certificate settings. This enables secure authentication and encryption for Card Data Security applications.").

