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)
search cancel

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)

book

Article ID: 33663

calendar_today

Updated On:

Products

CA Infrastructure Management CA Performance Management - Usage and Administration

Issue/Introduction

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)

Environment

Release: IMDAGG99000-2.5-Infrastructure Management-Data Aggregator
Component:

Resolution

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>