Skip to main content
This section uses the Java keytool command line utility to create a Java Keystore file that contains the client PKI for establishing a TLS connection to the KMIP port of the KMES Series 3.
1
Open the terminal and go to the directory that contains the Zettaset client PKCS #12 file exported from the KMES.
2
Run the following Java keytool command to create a Java Keystore file from the PKCS #12 file:
Shell
$ keytool -importkeystore -srckeystore yourPKCS12file.p12 -srcstoretype PKCS12 -destkeystore yourJKSfile.jks -deststoretype JKS -deststorepass deststorepass -srcstorepass srcstorepass
If the command succeeds, you should see a confirmation message that the Import command completed.
The next section shows how to configure the JKS file inside the Zettaset host.inv configuration file.