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 Java Connector Server trusted certificate store. Modify the Connector Xpress startup script to reference the Java Connector Server trusted certificate store.
Follow these steps:
jcs_home\conf\server_jcs.xml
<property name="connectorClientCertStore"><value>../conf/ssl.keystore</value></property>
keytool –import –trustcacerts –keystore "c:\Program Files\CA\IM\Connector Server\conf\ssl.keystore" -storepass <Keystore Password> –file <trusted certificate>.pem
The JNDI Data Source certificate is imported into the ssl.keystore.
java -Xms128M -Xmx512m "-Djavax.net.ssl.trustStore=C:\Program Files\CA\IM\Connector Server\conf\ssl.keystore" -Djavax.net.ssl.trustStorePassword=<Keystore Password> -Dswing.aatext=true -Dcom.ca.commons.logging.nolog4j=true -Djava.util.logging.config.file=..\conf\logging.properties -jar ..\lib\conxp.jar %* java -Xms128M -Xmx512m "-Djavax.net.ssl.trustStore=C:\CA\IM\Connector Server\conf\ssl.keystore" -Djavax.net.ssl.trustStorePassword=<MyPassword> -Dswing.aatext=true -Dcom.ca.commons.logging.nolog4j=true -Djava.util.logging.config.file=..\conf\logging.properties -jar ..\lib\conxp.jar %*
Connector Xpress supports a silent mode of installation. To run a silent install, it is necessary to create a response file.
Follow these steps:
Provisioning/ConnectorXpress
setup -options-record install_response_file
setup -options-template install_response_file
Note: Use fully qualified path names when generating and running response files. For example, responsefile.txt is not valid but C:\responsefile.txt is valid.
setup -options install_response_file -silent
Connector Xpress supports a silent mode of uninstallation. To run a silent uninstall you must create a response file.
Follow these steps:
C:\Program Files\CA\Identity Manager\Connector Xpress\_uninst
/opt/CA/IdentityManager/ConnectorXpress/_uninst
uninstaller -options-record uninstall_response_file
uninstaller -options-template uninstall_response_file
Note: Use fully qualified path names when generating and running response files. For example, responsefile.txt is not valid but C:\responsefile.txt is valid.
uninstaller -options uninstall_response_file -silent
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|