Configuring EMS over SSL
You can configure the EMS server to start running over SSL.
- Procedure
- Stop the application server.
- Edit the following values in
$EMS_HOME\tibco\cfgmgmt\ems\data\tibemsd.conf file.
specify the SSL protocol in the listen parameter:
listen= ssl://hostname:portno
ssl_server_identity = TIBCO_HOME/ems/version_number/samples/certs/server.cert.pem
ssl_server_key = TIBCO_HOME/ems/version_number/samples/certs/server.key.pem
ssl_password = $man$WjtSRCpaXu7hoTkDlcEPr6KNKRr
ssl_server_trusted =TIBCO_HOME/ems/version_number/samples/certs/client_root.cert.pem
- Start EMS server using the updated
tibemsd.conf file.
TIBCO_HOME
/ems/version_number/bin/tibemsd –config
EMS_HOME/tibco/cfgmgmt/ems/data/tibemsd.confThe EMS server starts running over SSL.