Google Search

Wednesday, May 14, 2014

Configure SSL for Managed Server

Configure SSL for Managed Server

This process should be followed for the AdminServer and all managed servers.
  • In the WebLogic Server Administration Console, click on <Servers> in the <Domain Structure> tree.
  • Click on the <managed server> you wish to configure.
  • Click on the <Configuration >- <Keystores> tab and sub-tab.
  • If you are running on production mode, click the <Lock & Edit> Button.
  • Click the <Change> button next to the <Keystores> setting.
  • Select the <Custom Identity and Custom Trust> option and click the <Save> button.

  • Enter the identity details. For example.
    • Custom Identity Keystore: /home/oracle/keystore/identity.jks
    • Custom Identity Keystore Type: JKS
    • Custom Identity Keystore Passphrase: password1
    • Confirm Custom Identity Keystore Passphrase: password1

  • Enter the trust information. For example.
    • Custom Identity Keystore: /home/oracle/keystore/trust.jks
    • Custom Identity Keystore Type: JKS
    • Custom Identity Keystore Passphrase: password1
    • Confirm Custom Identity Keystore Passphrase: password1

  • Click the <Save> button.
  • Click the <SSL> tab.

  • Enter the identity details. For example.
    • Private Key Alias: selfsigned
    • Private Key Passphrase: password1
    • Confirm Private Key Passphrase: password1

  • Click the <Save> button.
  • If you are running in production mode, click the <Activate Changes> button.
  • Restart the managed server.
The managed server will now be using the new identity and trust keystores.

No comments:

Post a Comment