Data Engineering Integration
- Data Engineering Integration 10.2.2
- All Products
Perform this task in the following situations:
|
---|
|
For example,keytool -export -alias <alias name> -keystore <custom.truststore file location> -file <exported certificate file location> -storepass <password>
The command produces a certificate file.keytool -export -alias <alias name> -keystore ~/custom.truststore -file ~/exported.cer
For example,keytool -import -trustcacerts -alias <alias name> -file <exported certificate file location> -keystore <java cacerts location> -storepass <password>
keytool -import -alias <alias name> -file ~/exported.cer -keystore <Informatica installation directory>/java/jre/lib/security/cacerts