Print

Importing a trusted certificate into the Java keystore

Procedure

Use the keytool utility with the -import and -trustcacerts commands to import the trusted CA certificate into your Sametime Avaya client keystore. (you will need to specify your keystore password). For example:

keytool -import -trustcacerts -keystore <myKeystore>.jks -file CACert.crt

The filename you specify with the -keystore flag will be the file used as the keystore. If the file exists, keytool will attempt to add the certificate to the store. If the file does not exist a new keystore will be created with the file name specified by the -keystore flag.