Configuring Keystore on WebLogic

This procedure describes the steps to configure Keystore on WebLogic.

  1. Log in to the WebLogic Server Administration Console using your login credentials.
  2. In the left navigation pane, click Environment > Servers.
  3. In the Customize this table section, in the Name column, click nsp(admin).

    nsp(admin) is theserver for which the identity and trust keystores configuration is performed.

  4. In the Settings for nsp section, click Configuration > Keystores.
  5. To edit or modify the existing settings of the Keystore configuration, in the left navigation pane, click Lock & Edit.
  6. In the Keystores section, edit the following fields as required:
    • Custom Identity Keystore: Enter the fully qualified path to the identity Keystore.
    • Custom Identity Keystore Type: Enter the type of Keystore.

      This attribute is a Java KeyStore (JKS). The default value is JKS.

    • Custom Identity Keystore Passphrase: Enter the password required for reading or writing to the Keystore, for example, weblogic1234.
    • Custom Trust Keystore: Enter the fully qualified path to the trust Keystore.
    • Custom Trust Keystore Passphrase: Enter the passphrase of the custom trust Keystore.
    • Confirm Custom Trust Keystore Passphrase: Re-enter the passphrase of the custom trust Keystore.
  7. Click Save.
  8. In the Settings for nsp section, click Configuration > SSL.
  9. In the Identity section, edit the following fields as required:
    • Private Key Alias: Enter the fully qualified path to the identity Keystore.
    • Private Key Passphrase: Enter the same password used for the creation of Keystore, for example, weblogic1234.
    • Confirm Private Key Passphrase: Re-enter the same password used in the Private Key Passphrase field.
  10. Click Save.
  11. In the left navigation pane, click Activate Changes.
  12. Restart WebLogic by logging in to app server using admusr, and then run the following command:
    sudo service xih-apps restart