How to import a PEM certificate to BD
book
Article ID: KB0083009
calendar_today
Updated On:
TIBCO Data Virtualization
|
-
|
Description
How to import a PEM certificate to BD
Issue/Introduction
How to import a PEM certificate to BD
Resolution
- Export the certificate chain
Keytool –exportcert –alias vrops –keystore vrops.jks –file vrops.crt
- Import the Certificate into the BD Keystore
Keytool -import -alias vrops -file vrops.crt -keystore <keystore> -storepass <password>
- Verify the certificate chain
Keytool – list -v – keystore <keystore>.jks > <Any file name>.txt Please note that the private key password and the Keystore are identical After performing the steps, follow the steps attached in the pdf document to configure the keystore in Business Directory.
Feedback
thumb_up
Yes
thumb_down
No