SSL Certificate in WebLogic Server 8 - 12x

  Oracle EMEA Partner Sales

August 2018

 
 
 
  Your Monthly PaaS Updates  
 
 
Oracle WebLogic Community
 
  Oracle Developer Partner Community Newsletter
August 2018

 
 

SSL Certificate in WebLogic Server 8 - 12x by Ankur jain


SSL Certificate

The default WebLogic Server installation uses a demo certificate to support SSL. Oracle recommends installing a certificate from a well-known third party to strengthen the security of the environment.

Below are the steps to configure SSL in WebLogic

  1. Create Java KeyStore (JKS) and generate key
  2. Generate a Certificate Signing Request (CSR)
  3. Send the CSR file to CA to issue the certificate
  4. Import Certificates (Root, Intermediate(if any) & Server)
  5. Configure SSL in WebLogic Server
    • Change KeyStore type in WebLogic Server
    • Specify path of Identity KeyStore and Trust KeyStore
    • Specify Private Key Alias in WebLogic Server
    • Enable SSL in WebLogic Server
  6. Test SSL

Create Java KeyStore (JKS) and generate key

Keytool utility is a Key and Certificate Management Tool and is available in $JAVA_HOME/bin. Before we start, set JAVA_HOME and PATH variables. For this blog, we are using Linux so use below two command to set JAVA_HOME and PATH variables In this step, we'll create Key Store and private key. Use below command to generate Key Store. Read the complete article here.

Back to top

 

 

  Oracle Corporation
Facebook Twitter LinkedIn Youtube Google+ Blog
 
Integrated Cloud