A self-signed certificate prompts a browser warning when users open CA Performance Center. Users can manually dismiss the warning to continue. However, a certificate that a trusted Certification Authority has signed avoids the browser warning. The following procedure explains how to convert the self-signed certificate to a certificate that a trusted Certification Authority has signed.
Follow these steps:
cd installDirectory/PerformanceCenter/jetty/etc
keytool -certreq -keystore keystore_file.ks -storepass storepasswd -alias alias_name -keypass keypasswd -file requestFileName.csr
Determines the path and file name of the exported signature request.
The Certificate Authority sends you a signed certificate (signedCert.cer). They might also provide a root Certificate Authority certificate (rootCA.cer) to authenticate the signed certificate.
keytool -list -v -keystore installDirectory/jre/lib/security/cacerts -storepass cacertspasswd
keytool -importcert -keystore installDirectory/jre/lib/security/cacerts -storepass cacertspasswd -alias myRootCa -file rootCA.cer
keytool -importcert -trustcacerts -keystore keystore -storepass storepasswd -alias alias_name -keypass keypasswd -file signedCert.cer
keytool -list -keystore installDirectory/PerformanceCenter/jetty/etc/keystore
The single certificate that you imported appears in the list.
/sbin/service caperfcenter_sso restart
/sbin/service caperfcenter_devicemanager restart
/sbin/service caperfcenter_console restart
The Certificate Authority SSL certificate replaces your self-signed certificate in the keystore.
Next step: Configure the port and website to support HTTPS.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|