The Identity Management Server 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 The Identity Management Server.
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.
The following procedure describes how to configure an SSL certificate using self-signed certificate.
Follow these steps:
The following procedure is an example on how to export and import a certificate using the Keytool utility.
../jvm/bin/keytool -export -alias testcert -file certificate.cer -keystore /root/.keystore -storepass <keystore password>
../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 to the vendor-specific documentation to configure SSL on the Report Server. The Report Server supports Tomcat and IIS servers.
|
Copyright © 2014 CA.
All rights reserved.
|
|