Code signing
Java Jarsigner

Create Java KeyStore

3min

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

The JDK installation includes the keytool application, so you can run the keytool commands in this section with no additional configuration.

Generate a key pair on the

Execute the following command:

Text


After execution, the keytool application prompts for information about the key pair to be generated. Enter the KeyStore password:

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

Text