How to configure CA Performance Center (PC) Single Sign On (SSO) with Secure LDAP (LDAPS) using a SSL certificate signed by an internal Root Certificate Authority (CA)
If you are using an SSL certificate signed by an internal root CA, the root CA certificate must be imported into the Performance Center jre.
This allows the certificate from the LDAPS server to be validated.
To import the root certificate into the PC jre run:
/opt/CA/jre/bin/keytool -import -trustcacerts -alias <aliasName> -keystore /opt/CA/jre/lib/security/cacerts -storepass changeit -file <rootCaCertificateFile>