INI Configuration Changes for Communication Over SSL

The KEYSTORE and TRUST_STORE sections of the jdeinterop.ini file contain parameters that you must complete to enable SSL for HTTP Request/Reply. When you create a certificate for communication over SSL, the values that you enter for the certificate should match the values set for these parameters.

The following parameters in the KEYSTORE section of the jdeinterop.ini are used for the SSL configuration for HTTP Request/Reply:

Parameter

Description

keystorefile=

The path to the keystore file.

keystorepasswd=

The keystore password.

keyalias=

The keystore alias name.

certificatepasswd=

The keystore certificate password.

Note: The default settings for these parameters are blank.

The following parameters in the TRUST_STORE section of the jdeinterop.ini are used for the SSL configuration for HTTP Request/Reply:

Parameter

Description

truststorefile=

The path to the truststore file.

truststorepasswd=

The truststore password.

Note: The default settings for these parameters are blank.