Note: All directories and passwords are default values. You may need to change these to fit your environment:
1. Find the CAPC server certificate's alias:
/opt/CA/jre/bin/keytool -list -v -keystore /opt/CA/PerformanceCenter/jetty/etc/keystore_file.ks -storepass changeit
2. Export CAPC's server certificate using found alias:
/opt/CA/jre/bin/keytool -exportcert -keystore /opt/CA/PerformanceCenter/jetty/etc/keystore_file.ks -storepass changeit -alias capc -file capccert.cer
3. Transfer the CAPC server certificate over to the CABI system
4. Import the CAPC server certificate into the CABI Java keystore:
/opt/CA/SharedComponents/CA\ Business\ Intelligence/java/bin/keytool -importcert -keystore /opt/CA/SharedComponents/CA\ Business\ Intelligence/java/lib/security/cacerts -storepass changeit -alias capc -file capccert.cer