Certificate Installation: BEA Weblogic 10

May 25, 2018

Install SSL Certificate BEA WebLogic Server

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 Comodo Account. Download the PKCS#7 formatted version of your certificate.

  1. 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 mykey -file my_domain_name.crt -keystore mykeystore.jks
    You MUST you the same alias used when the keystore was created, in this case the alias used was mykey
  2. Enter your keystore password
  3. You should get the follow response:
    ... is not trusted. Install reply anyway? [no]: yes
  4. Enter 'yes' and hit Enter.
  5. 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

  1. Use the WebLogic Server Administration Console to configure the identity and trust keystores. See Configure Keystores in the Administration Console online help.
  2. Reboot WebLogic Server.

Verify Installation

Need to verify if your certificate is installed correctly, use SSL 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 comodo.com, enter https://comodo.com into your browser.