Settings are stored using the Java Preferences API. The API stores the values in the registry on Windows and in a file under the user’s home directory on Solaris.
On Windows, the value is stored in the following registry key:
HKEY_CURRENT_USER\Software\JavaSoft\Prefs\com\ca\iam\conman
In Connector Xpress, you can define a JNDI data source as TLS/SSL enabled.
If a JNDI data source is TLS/SSL enabled, import the JNDI data source certificate into the Connector Xpress trusted certificate store.
Follow these steps:
keytool -import -trustcacerts -keystore "conxp-home/conf/ssl.keystore" -file trusted-certificate.pem
The JNDI Data Source certificate is imported into the ssl.keystore
Repeat this command for each PEM file.
|
Copyright © 2014 CA.
All rights reserved.
|
|