Code signing
Java Jarsigner

Create Java KeyStore

2min

This section uses Java keytool to generate a new key pair on the , which you can use later to sign a JAR file with the Java jarsigner utility.

The JDK installation includes the keytool application that enables you to run the keytool commands in this section with no additional configuration.

Generate a key pair

Perform the following steps to generate a key pair on the :

1

Execute the following command:

Text


After execution, the keytool application prompts for information about the key pair you are generating.

2

When prompted for the KeyStore password in the preceding command, enter the identity password configured inside the <CRYPTO-OPR-PASS> tag in the fxpkcs11.cfg file.

Text