Documentation forWeb Help Desk

Keystore settings for SSL connections

The keystore settings contain the password Web Help Desk should use to access the Java keystore. The Java keystore comprises the certificate used for SSL connections. Both the Java keystore and the certificate inside it (aliased by the name tomcat) must use this password.

The following table lists the keystore settings. 

Setting Description
KEYSTORE_PASSWORD=changeit

If you are using SSL, ensure that the password matches the password set when you created the new tomcat keypair.

KEYSTORE_FILE=

The default keystore file is:

<webhelpdesk>/conf/keystore.jks

KEYSTORE_TYPE=JKS The keystore type can be JKS (default) or PKCS12.