- DSR Security Guide
- Certificate Management
- Creating a New Certificate for WebLogic and Tomcat Servers
- Configuring Keystore on WebLogic
Configuring Keystore on WebLogic
This procedure describes the steps to configure Keystore on WebLogic.
- Log in to the WebLogic Server Administration Console using your login credentials.
- In the left navigation pane, click Environment > Servers.
- 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.
- In the Settings for nsp section, click Configuration > Keystores.
- To edit or modify the existing settings of the Keystore configuration, in the left navigation pane, click Lock & Edit.
- 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.
- Click Save.
- In the Settings for nsp section, click Configuration > SSL.
- 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.
- Click Save.
- In the left navigation pane, click Activate Changes.
- Restart WebLogic by logging in to app server using admusr, and then run the
following command:
sudo service xih-apps restart