CA IdentityMinder and Report Server communicate over a non-secure connection.. Secure Sockets Layer (SSL) connection can be used to secure the connection between Report Server and CA IdentityMinder.
An SSL connection ensures that the communication is encrypted when data is accessed from the Report Server. Before configuring the SSL, verify that the BO (Business Objects) Server has HTTPS enabled. To secure the connection with SSL, self-signed certificate or the certificate from the Certified Authority (CA) can be used.
To configure an SSL certificate using self-signed certificate, perform the following steps:
The following procedure is an example on how to export and import a certificate using the Keytool utility.
Follow these steps:
Windows:
..\jvm\bin\keytool -export -alias testcert -file certificate.cer -keystore c:\cert\.keystore -storepass <keystore password>
Linux or Solaris:
../jvm/bin/keytool -export -alias testcert -file certificate.cer -keystore /root/.keystore -storepass <keystore password>
Windows:
..\jvm\bin\Keytool -import - trustcacerts -file c:\cert\certificater.cer -alias testcert -keystore JAVA_HOME\jre\lib\security\cacerts -storepass password
Linux or Solaris:
../jvm/bin/Keytool -import - trustcacerts -file /root/certificater.cer -alias testcert -keystore JAVA_HOME/jre/lib/security/cacerts -storepass password
The certificate is successfully installed.
Note: We recommend that you refer the vendor-specific documentation to configure SSL on the Report Server. The Report Server supports Tomcat and IIS servers.
Copyright © 2013 CA.
All rights reserved.
|
|