|
| Copyright © TIBCO Software Inc. All Rights Reserved |
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.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.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\cacertsYou 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.In the Design-time Connection tab, specify the following values. For details, see Design-time Connection Tab.
• Check the Use SSL checkbox.
• In the Trusted Certificate Authorities field, specify the path to the Java keystore you created earlier. In the example above, the keystore file is in the TIBCO_HOME\jre\<version>\lib\security\cacerts folder.
• 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.
1.
− Check the Use SSL checkbox.
− In the Trusted Certificate Authorities field, specify the path to the Java keystore you created earlier. In the example above, the keystore file is TIBCO_HOME\jre\<version>\lib\security\cacerts.
2. Select the External item from the Authentication Mode drop-down list.
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.
1.
− For the design-time and runtime connection, use the Java keytool to create a keystore. For details, refer to Converting Certificates to Use SSL at Design Time.
|
| Copyright © TIBCO Software Inc. All Rights Reserved |