Oracle® Business Intelligence Enterprise Edition Deployment Guide > Enabling Secure Communication in Oracle Business Intelligence > Configuring Oracle Business Intelligence to Communicate Over SSL >

Configuring Oracle BI Cluster Controller in Minimum Security Scenario


On the machine where the Oracle BI Cluster Controller has been installed, modify the NQClusterConfig.INI file as described in the following procedure.

To configure the cluster controller for minimum security in NQClusterConfig.INI

  1. Open the NQClusterConfig.INI file for editing. Locate the following lines:

    #SSL=NO;
    #SSL_CERTIFICATE_FILE="servercert.pem";
    #SSL_PRIVATE_KEY_FILE="serverkey.pem";
    #SSL_PK_PASSPHRASE_FILE="serverpwd.txt";

  2. Uncomment these lines and change the settings as follows:

    SSL=YES;
    SSL_CERTIFICATE_FILE="<Server Certificate Filename>";
    SSL_PRIVATE_KEY_FILE="<Server Private Key Filename>";
    SSL_PK_PASSPHRASE_FILE="<passphrase file>";

    After modification, the NQClusterConfig.INI file should be similar to the following text:

    SSL=YES;
    SSL_CERTIFICATE_FILE="server-cert.pem";
    SSL_PRIVATE_KEY_FILE="server-key.pem";
    SSL_PK_PASSPHRASE_FILE="serverpwd.txt";

  3. Copy the server certificate, private key, and passphrase file.

    For example, copy the server-cert.pem, server-key.pem and serverpwd.txt files to OracleBI_HOME\server\Config or to OracleBI_HOME/server/Config.

Oracle® Business Intelligence Enterprise Edition Deployment Guide Copyright © 2006, Oracle. All rights reserved.