After importing my certificates into the TDV data source truststore, how can I verify that all the certificates have been saved as trusted roots?
book
Article ID: KB0082177
calendar_today
Updated On:
Products
Versions
TIBCO Data Virtualization
v 7.0.0 and higher
Description
Run the keytool utility with the -list option, as shown in the example below. keytool will display the certificates present in the truststore. Inspect the output to verify that:
all of your certificates are listed
all of your certificates are marked as trustedCertEntry entries
Example
Let us say that you imported 3 certificates using aliases myfirstcert, mysecondcert and mythirdcert.