Configure RMI Over SSL - Headless Installation
The OCSDM Headless installation option provides a simplified way of setting up basic configuration with default values for SDM installation.
Note:
The RMI over SSL setup option is supported from the SDM.9.0.1 release onwards.By default, a self-signed certificate option has been configured for
RMI
over SSL
.
- In the
AcmePacket/NNC90_1/conf/setup/user_setup.properties
file, provideRMI_TRUST_STORE_PASSWORD
. - Update the
user_setup.properties
file for the below line:SDM 9.0 release: # Comma-separated list of cluster member IP addresses (e.g. IP-1, IP-2, […] IP-N) CLUSTER_MEMBERS=10.10.10.2, 10.10.10.3, 10.10.10.4
SDM 9.0.1 release onwards: # Comma-separated list of cluster member IP addresses (e.g. CLUSTER_MEMBERS=IP-1:sftpPwd,IP-2:sftpPwd, [...] IP-N:sftpPwd) CLUSTER_MEMBERS=10.10.10.2:abc123,10.10.10.3:abc123,10.10.10.4:abc123