Configure remote mode in ISAM
To establish an SSL connection between a remote host and a secure domain, from the command-line of the remote host, execute:cd $JAVA_HOME/bin java com.tivoli.pd.jcfg.SvrSslCfg \ -action config \ -admin_id sec_master-admin_pwd secpw \ -appsvr_id PDPermissionjapp \ -appsvr_pwd pw \ -host host01.myco.com \ -mode remote \ -port 999 \ -policysvr ampolicy.myco.com:7135:1 \ -authzsvr amazn.myco.com:7136:1 \ -cfg_file c:/am/config_file.conf \ -key_file c:/am/keystore_file.ks \ -domain mydomain \ -cfg_action create \ -certrefresh trueParent topic: Configure an application server