Open the terminal and go to the directory that contains the Zettaset client PKCS #12 file exported from the KMES.
host.inv configuration file.Procedural guide to create a Java Keystore for TLS client authentication to KMES KMIP endpoint.
$ keytool -importkeystore -srckeystore yourPKCS12file.p12 -srcstoretype PKCS12 -destkeystore yourJKSfile.jks -deststoretype JKS -deststorepass deststorepass -srcstorepass srcstorepass
host.inv configuration file.