Oracle® Business Intelligence Enterprise Edition Deployment Guide > Enabling Secure Communication in Oracle Business Intelligence > Creating the Java Keystore >

Generating the Private Key


To generate the private key, use the following procedure.

To generate the private key

  • Use the genkey subcommand with inputs as shown:

    keytool -genkey -v -alias jobmanagerkey -keyalg rsa -keysize 1024 -validity 365 -keystore jobmanager.keystore -storepass analytics

    In this example, the keystore called jobmanager.keystore stores the private key with an alias of jobmanagerkey and with a password of "analytics".

    The alias and password values are referenced when setting SSL-related parameters for Oracle BI components.

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