Configuration Guide › Integrating CA GovernanceMinder with Other CA Products › CA User Activity Reporting Integration › Create a CA User Activity Reporting Security Certificate
Create a CA User Activity Reporting Security Certificate
To communicate with CA User Activity Reporting, create a CA User Activity Reporting security certificate and update the keystore with the new certificate.
Note: The following steps are specifically for Internet Explorer 8. If you use another browser, see that browser's documentation on creating a security certificate.
Follow these steps:
- From the CA GovernanceMinder server, use Internet Explorer to log in to the CA User Activity Reporting API portal. Use the following URL to access the API portal:
https://calm_hostname:port/spin/calmapi/calmapi.csp
A security certificate error appears.
- Click Continue to this website.
- Click Certificate Error, View certificates.
The Certificate dialog appears and displays information about the CA User Activity Reporting security certificate.
- Click the Details tab and select Copy to File.
The Certificate Export Wizard appears.
- Export the certificate using the wizard, as follows:
- In the Export Format screen, select Base-64 encoded X.509 (.CER).
- Set the file name for the certificate to 'elm_cer.cer'.
- Click Finish.
The certificate is saved on the CA GovernanceMinder server.
- Update the keystore with the certificate, as follows:
- Open a command prompt on the CA GovernanceMinder server.
- Navigate to the directory that contains the exported certificate.
- Enter the following command:
“%JAVA_HOME%\bin\keytool.exe” -import -file “pathname_cer” -keystore "%JAVA_HOME%\jre\lib\security\cacerts" -trustcacerts
where pathname_cer is the pathname of the exported certificate.
You are prompted for a password.
- Enter the following password, or the default cacerts password for your system:
'changeit'
- At the prompt, enter y and press Enter.
The CA User Activity Reporting certificate is installed in the keystore.
- Verify that the new certificate appears, as follows:
- Enter the following command:
“%JAVA_HOME%\bin\keytool.exe” -list -keystore "%JAVA_HOME%\jre\lib\security\cacerts"
- Enter the cacerts password.
A list of certificates appears.
- Verify that the new certificate appears in the list.
- Restart the application server hosting CA GovernanceMinder.
Copyright © 2014 CA.
All rights reserved.
|
|