Copy the certificate to the server in a .txt file. Locate the keystore file that you used to generate CSR. It is important to be the same keystore, otherwise the certificate can not be imported. Use the same alias that you used to generate the keystore.

Run the command:

keytool -import -alias myalias -keystore c:\yoursite.keystore -trustcacerts -file c:\SSL.txt

1. In the Weblogic administration area, expand the Servers and select the desired server
2. Select Configuration -> Keystores -> SSL
3. Click the Change under Keystore Configuration link
4. Select "Custom Identity and Java Standard Trust" as "keystore configuration type"
5. For the name of the Custom Identity Keystore file, enter the path to the Java Keystore. Select keystore type as jks.
6. Enter the "Custom Identity Keystore Passphrase" password you used to create the keystore
7. Confirm the password, click "Continue" and then "Finish"
8. Go back under the servers and select the server you want to work with
9. Select "Configuration -> Keystores -> SSL"
10. Under "Configure SSL" select Keystores as the method for storing identities
11. Enter the alias of the certificate key and the keystore password
12. Click "Finish" and restart Weblogic

Was this answer helpful? 0 Users Found This Useful (0 Votes)