The Sample script configures the sample application parameters for use with the SOA Policy Gateway Basic Runtime Sample pattern.
Parameter name | Description |
---|---|
SCP_host | The host name of the SCP Server containing the DomainZipFile.zip. |
SCP_user | The user name to use to connect to the SCP Server. |
SCP_password | The password to use to log in to the SCP Server. |
Verify password | Verifies user input for SCP_password. |
SCP_zip_location | The URI location of the DomainZipFile.zip. For example, /files/DomainZipFile.zip. |
CLIENT_PUBLIC_KEY_file | The name of the PEM Certificate
File used to connect to the DataPower® Appliances
XML Management Interface port. Use the Unsetvalue for Server Authentication only and for not using SSL. |
CLIENT_PUBLIC _KEY_password | The password for the Public
Certificate used to connect to the DataPower Appliances
XML Management Interface port. The value is Unsetif no password is used. |
Verify password | Verifies user input for CLIENT_PUBLIC_KEY_password. |
CLIENT_PRIVATE_KEY_file | The name of the PEM Key File
used to connect to the DataPower Appliances
XML Management Interface port. This is required for Mutual Authentication.
Use the Unsetvalue for Server Authentication only and for not using SSL. |
CLIENT_PRIVATE_KEY_password | The password for the key
file used to connect to the DataPower Appliances
XML Management Interface port. This is required for Mutual Authentication.
The value is Unsetif no password is used. |
Verify password | Verifies user input for CLIENT_PRIVATE_KEY_password. |
CLI_FILE_file | The name of the CLI file contained in the DomainZipFile.zip file. This CLI is executed at the end of Domain install and WSRR Server Configuration. |
Verify password | Verifies user input for LTPA_KEY_password. |
DataPower_hostname | The hostname of the DataPower appliance where the sample application will be installed. |
DataPower_XML_mgmt_port | The port used for the DataPower XML Management Interface. |
DataPower_admin_id | The administrator user ID with appropriate permissions to use the XML Management Interface. |
DataPower_admin_password | The password for the DataPower_admin_id. |
Verify password | Verifies user input for DataPower_admin_password. |
SOAPolicySample_DataPower_domain | The sample domain name. It must not match any existing domain on the DataPower appliance. |
SamplePolicySample_starting_port | The application requires 5 free ports, which will be sequentially used from this value. For example, if the value is 62000, ports 62000-62004 will be used. No checking is done as to whether the ports are free by the script. |
LDAP_hostname | The sample uses an LDAP server, this is the hostname of that server. |
LDAP_port | The non-secure port of the LDAP server. Typically 389. |
LDAP_password | The password used when binding with the LDAP_DN. |
Verify password | Verifies user input for LDAP_password. |
LDAP_DN | The distinguished name used to bind to the LDAP. For example, cn=root,dc=ibm.com. |