Configure local mode

Based on the sample information shown in Table 1, the command to establish an SSL connection between the Java application and Security Verify Access secure domain in local mode might be as follows:
java com.tivoli.pd.jcfg.SvrSslCfg -action config
-admin_id sec_master -admin_pwd secpw
-appsvr_id PDPermissionjapp -host jsys.myco.com
-mode local-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 true

Parent topic: Configure an application server