Install your SSL Digital Certificate in WebLogic
First, download the your_domain_com.p7b certificate file from your DigiCert Account (from the "My Certificates" tab, click the order number, then the blue download link).
Run the following command to install the certificate file to your keystore:
keytool -import -trustcacerts -alias server -file your_domain_com.p7b -keystore your_domain.jks
You should get a confirmation stating that the "Certificate reply was installed in keystore"
If it asks if you want to trust the certificate. Choose y or yes.
The installation of this file loads all the necessary certificates to your keystore. Now you just need to configure your server to use it.
Configuring the Keystore for use in WebLogic
Next, go to Configuration-->Keystores and SSL.
Several default keystores or previously installed keystores may be displayed under "Keystore Configuration."
The "Custom Identity Keystore PassPhrase" should be the password you specified when the keystore was created.
If you have forgotten that password, you will need to begin the process of creating your keystore from the beginning.
Specify the "Private Key Alias" and "Passphrase" that were used when creating your keystore.
If you followed our instructions or used our command generator, "server" is your alias. The passphrase is the keystore password.
Click Continue, then Finish.
Reboot the WebLogic server. Your keystore should now be installed and enabled.
How to install your SSL Digital Certificate.
© 2003-2010 DigiCert® Inc • SSL Certificate Authority • All Rights Reserved
All trademarks displayed on this web site are the exclusive property of the respective holders.