Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Adapter Instance Options : Configuring the SSL Environment

Configuring the SSL Environment
Configuring the SSL environment involves the following tasks:
You will need to obtain the following from your LDAP server administrator:
1.
2.
The samples assume that the PKCS12 file is called userident.p12. The PKCS12 file is encrypted with a password and you will need that as well.
To use SSL for the design-time connection, the certificates and keys must be imported into a keystore as described in Converting Certificates to Use SSL at Design Time.
Converting Certificates to Use SSL at Design Time
To use SSL for the design-time connection to the LDAP server, the CA certificate must be imported into a keystore. Use the Java utility keytool for this.
The command for using this utility is:
TIBCO_HOME\jre\<version>\bin\keytool -import -v -alias alias -file cert_file -keystore keystore
To import the CA certificate from the cacert.der file into the keystore file, TIBCO_HOME\jre\<version>\lib\security\keystore with the alias CAcert, run the following command:
TIBCO_HOME\jre\<version>\bin\keytool -import -v -alias CAcert -file cacert.der -keystore TIBCO_HOME\jre\<version>\lib\security\cacerts
You will be prompted to choose a password. You require this password to import additional certificates into the keystore. Select yes when the keytool prompts you to trust the imported certificate.
To use SSL at design time with anonymous or simple authentication:
In the Design-time Connection tab, specify the following values. For details, see Design-time Connection Tab.
Check the Use SSL checkbox.
Click the Test Connection... button to make sure that the design-time adapter can connect to the LDAP server using SSL with the specified parameters.
To use SSL at design time with external authentication:
1.
Check the Use SSL checkbox.
2.
Select the External item from the Authentication Mode drop-down list.
3.
4.
5.
Click the Test Connection... button to make sure that the design-time adapter can connect to the LDAP server using SSL with the specified parameters.
 
Using SSL with the Adapter
To use the SSL protocol with the adapter:
1.
2.
3.
4.
5.
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved