Install SSL Certificate Oracle Weblogic 10
Download and copy your certificate files to your server
Download your SSL certificate and support files by clicking on the download link in your fulfillment email or from your GeoCerts SSL Manager account. Download the PKCS#7 formatted version of your certificate.
- Use the following command to install the PKCS#7 certificate into your keystore. You MUST use the same keystore used for your private key and CSR.
keytool -import -trustcacerts -alias tomcat -file your_site_name.p7b -keystore mykeystore.jks
You MUST you the same alias used when the keystore was created, in this case the alias used was tomcat - Enter your keystore password
- You should get the follow response:
... is not trusted. Install reply anyway? [no]: yes - Enter 'yes' and hit Enter.
- You should get the following response:
Certificate reply was installed in keystore
The SSL Certificate and intermeidate cert are now installed into your keystore.
Configure the Identity and Trust keystores
- Use the WebLogic Server Administration Console to configure the identity and trust keystores. See Configure Keystores in the Administration Console online help.
- Reboot WebLogic Server.
Verify Installation
To verify if your certificate is installed correctly, use our Certificate Installation Checker.
Test your SSL certificate by using a browser to connect to your server. Use the https protocol directive. For example, if your SSL was issued to secure.mysite.com, enter https://secure.mysite.com
into your browser.
Your browser's padlock icon will be displayed in the locked position if your certificate is installed correctly and the server is properly configured for SSL.
More Info
Weblogic - Configuring Identity and Trust: http://download.oracle.com/docs/cd/E11035_01/wls100/secmanage/identity_trust.html
Learn about Configuring Identity and Trust in WebLogic.
WebLogic 10 Configuring SSL documentation.