Converting Certificates
Use the keytool utility to convert a CA certificate to a keystore for use in a design-time connection.
On the command line, run the following command to convert a certificate to a keystore:
TIBCO_HOME\tibcojre64\1.8.0\bin\keytool -import -v -alias <alias> -file <cert_file> -keystore <keystore>
For example, to convert the cacert.der certificate to a keystore with the alias CAcert, run the following command:
TIBCO_HOME\tibcojre64\1.8.0\bin\keytool -import -v -alias CAcert -file cacert.der -keystore TIBCO_HOME/tibcojre64/1.8.0/lib/security/cacerts
Copyright © Cloud Software Group, Inc. All rights reserved.