CA Identity Manager とレポート サーバは保護されていない接続で通信します。 SSL(Secure Sockets Layer)接続を使用すると、レポート サーバと CA Identity Manager 間の接続を保護することができます。
SSL 接続は、レポート サーバからデータがアクセスされるときに通信が暗号化されることを保証します。 SSL を設定する前に、BO (Business Object)サーバで HTTPS が有効なことを確認してください。 SSL で接続を保護するには、自己署名証明書または CA (認証局)から の証明書を使用できます。
自己署名証明書を使用して、SSL 証明書を設定するには、以下の手順に従います。
以下の手順は、Keytool ユーティリティを使用して、証明書をエクスポート/インポートする例を示しています。
次の手順に従ってください:
Windows の場合:
..¥jvm¥bin¥keytool -export -alias testcert -file certificate.cer -keystore c:¥cert¥.keystore –storepass <keystore password>
Linux または 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 または Solaris の場合:
../jvm/bin/Keytool -import - trustcacerts –file /root/certificater.cer –alias testcert -keystore JAVA_HOME/jre/lib/security/cacerts -storepass password
証明書が正常にインストールされます。
注: レポート サーバに SSL を設定するには、ベンダー固有のドキュメントを参照することを推奨します。 レポート サーバは Tomcat サーバと IIS サーバをサポートします。
|
Copyright © 2014 CA.
All rights reserved.
|
|