This article describes the user settings that are available during the process of creating a remote EMS manager.
Field |
Description |
General Tab |
|
EMS Agent Instance Name (Node) |
Enter the name of the EMS agent node the manager will connect to. REMOTE_EMS is the default. |
EMS Server Name |
Enter the EMS server name which will be displayed in an EMS manager viewlet. EMS-SERVER is the default. |
EMS Server URL |
Specify the EMS server URL. This is required. The structure of the EMS server URL is: |
User ID |
Specify the username to connect to the TIBCO EMS instance. |
Password |
Password is optional. |
SSL tab |
|
Trusted Certificate |
Specify the full path and file name of the trusted certificate(s). Passed to tibemsadmin as: -ssl_trusted filename |
Client Identity |
Specify the full path and file name of the file containing the client certificate, extra issuer certificates (optional) and the private key. Passed to tibemsadmin as: -ssl_identity filename |
Issuer |
Specify the full path and file name of the file containing extra issuer certificate(s) for client-side identity. Passed to tibemsadmin as: -ssl_issuer filename |
Password (PKCS12 password) |
Enter the private key or PKCS#12 password if required. Passed to tibemsadmin as: -ssl_password password |
Key repository |
This is the SSL private key. Use the following to pass it to the EMS Administration Tool (tibemsadmin): -ssl_key filename |
Cipher specification |
Select a cipher specification from the drop-down menu. Select Custom to enable the Custom Cipher name field and enter a custom cipher name. |
Vendor |
Specify the full path and file name of the file containing extra issuer certificate(s) for client-side identity. Passed to tibemsadmin as: -ssl_issuer filename |
Host name |
Enter the name expected in the server certificate sent by the host. Passed to tibemsadmin as: -ssl_hostname name |
SSL Options |
|
Verify Host Name |
Enables/disables whether EMS will verify the SSL hostname when connecting. Passed to tibemsadmin as: -ssl_noverifyhostname |
Verify Host |
Used when connecting to EMS. |
SSL Trace |
Show loaded certificates and certificates sent by the host. Passed to tibemsadmin as: -ssl_trace |
SSL Debug Trace |
Show additional tracing, which is useful for debugging. Passed to tibemsadmin as: -ssl_debug_trace. |