Data Engineering Integration
- Data Engineering Integration 10.5.4.1
- All Products
keytool -exportcert -alias <alias name> -keystore <custom.truststore file location> -file <exported certificate file location> -storepass <password>
keytool -importcert -trustcacerts -alias <alias name> -file <exported certificate file location> -keystore <java cacerts location> -storepass <password>
keytool -exportcert -alias bigdata_user1 -keystore ~/custom.truststore -file ~/exported.cer
keytool -importcert -alias bigdata_user1 -file ~/exported.cer -keystore <Informatica installation directory>/java/jre/lib/security/cacerts