Configure SSL for JMS Transport Type on Adapter Service with External Certificate
This procedure describes how to configure SSL for the JMS transport when the certificate is located outside of the TIBCO Business Studio project.
Prerequisites
Create an adapter service. The adapter service that is created gets listed under
Adapter Configuration
in the TIBCO Business Studio Project Explorer view.
Procedure
In TIBCO Business Studio, create a project with an adapter service.
Add a new module property named 'RuntimeCertificatesDirectory'.
The value of this property is a full external path to the directory containing the certificate, for example, 'c:\cert'.
In the TIBCO Business Studio Project Explorer view under
Adapter Configuration, select the adapter service you have created.
The adapter service is now displayed in the Editor.
In the Configuration view, click the
Transports tab.
The
Transports dialog box is displayed under the selected adapter service in the Editor.
Under
Direct in the
Provider URL, change the provider from
jmsProviderUrl to
jmsSslProviderUrl.
Under
More Options, select the
Use SSL checkbox.
Click the
Configure SSL icon.
The
SSL Configuration dialog box is displayed.
Click the Basic tab.
In
Trusted Certificates Folder, specify '%%RuntimeCertificatesDirectory%%', which is the module property you created in Step 2.
In
Client Identity, select the keystore provider resource that is available. If you do not have a keystore provider, click
Create Shared Resource and enter the details. For more information on the keystore provider resource, see
TIBCO ActiveMatrix BusinessWorks™ documentation.
In
Client key Alias, enter the alias.
In
Client Key Password, enter the key password.
Click
OK.
Select the project and click
Test Connection.
The message "Test Connection Successfully!" is displayed.