Securing OES Production Environments

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Configuring SSL in the RMI SSM

This section describes the steps needed to configure the RMI SSM to use SSL for coommunication with a remote SSM.

Note: This information assumes the RMI SSM has already been set up without SSL as described in “Configuring a Remote SSM and Proxy” within the SSM Installation and Configuration Guide.

 


Procedure

To configure the RMI SSM for SSL, do the following:

  1. Copy the trust keystore file from the BEA_HOME\ales32-shared\keys directory on the remote SSM to a directory on the application client where the SSM proxy is located.
  2. Note: The trust keystore provided during installation is DemoTrust.jks.

  3. Make sure the keystore file is included in the classpath.
  4. On the application client, open PDPProxyConfiguration.properties in a text editor and set the following parameters:
  5. PDPAddress
    Make sure the URLs begin with rmis:// rather than rmi://.

    TrustStore
    The fully-qualified path to the trust keystore (use forward slashes). for example, c:/bea3_2/ales32-shared/keys/<filename>.jks.


  Back to Top       Previous  Next