Truststore and Keystore Properties

The <UnwiredPlatform_InstallDir>\SCC-XX\services\Messaging\lib\eas\lib\Repository\Server\EmbeddedJMS\Instance\com\sybase\djc\server\ApplicationServer\EmbeddedJMS.properties file contains properties for the truststore and keystore that you can configure. These are the keystore/truststore for the Sybase Control Center Windows service.

Change the default properties for:

Property Default Description
keyStore <UnwiredPlatform_InstallDir>\SCC-XX\services\Messaging\lib\eas\lib\Repository\Security\keystore.jks The default location of the keystore used by Sybase Control Center.

The analogous location for Unwired Server is <UnwiredPlatform_InstallDir/Servers/UnwiredServer/Repository/Security/keystore.jks

keyStorePassword changeIt The password used to unlock the keystore.
trustStore <UnwiredPlatform_InstallDir>\SCC-XX\services\Messaging\lib\eas\lib\Repository\Security\truststore.jks The default location of the truststore used by Sybase Control Center. The truststore is used when Sybase Control Center makes an out-bound connection over SSL to another server with a server certificate. Sybase Control Center checks that the server certificate is in the truststore, or is signed by a CA certificate in the truststore.

The analogous location for Unwired Server is <UnwiredPlatform_InstallDir/Servers/UnwiredServer/Repository/Security/truststore.jks

trustStorePassword changeIt The password used to unlock the truststore.