Data storage
Zettaset XCrypt Full Disk
Configure a Java Keystore
1min
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 {{k3}} open the terminal and go to the directory that contains the zettaset client pkcs #12 file exported from the {{k}} run the following java keytool command to create a java keystore file from the pkcs #12 file $ 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 zettaset's host inv configuration file