Before you can configure the Single Sign-On website to use HTTPS, you must obtain an SSL certificate. The necessary procedures are typically specific to an organization and the policies of its security team. However, we have provided some information to guide you. Use these procedures to locate and update the necessary files in the CA Performance Center installation directories and install the certificates in the keystore.
Follow these steps:
keytool -import -alias CAPCchain -trustcacerts -keystore [installationDirectory]/jre/lib/security/cacerts
Note: The default password for the cacerts keystore is 'changeit'.
keytool -storepasswd -keystore [installationDirectory]/jre/lib/security/cacerts
You are prompted to provide the existing password and the new password.
mv [installationDirectory]/PerformanceCenter/jetty-version/ etc/keystore[installationDirectory]/PerformanceCenter/ jetty-version/etc/keystore.bak
keytool -import -alias CAPC -trustcacerts -keystore [installationDirectory]/PerformanceCenter/jetty-version/etc/keystore
You are prompted to provide a password for this file.
Note: If you are using a self-signed certificate, omit the –trustcacerts option in the previous steps, and import the self-signed certificate instead of a certificate chain.
Now you must configure the port and website to support HTTPS.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |