To install a SSL123 Certificate on BEA Weblogic 6.0, follow the instructions below:
Step 1: Obtain the Thawte SSL123 Root CA Certificate Bundle
a) Download the Thawte Intermediate and Cross Root CAs for SSL123 certificates.
Note: Be sure to use Vi or Notepad as word processing programs like Microsoft Notepad may add additional characters that may render the certificate unusable.
b) Copy and paste the SSL123 Intermediate into a text file and save as intermediate.pem
Step2. Download your Thawte certificate
1. You will receive an email when your certificate is issued.
2. Download your certificate.
3. Copy and Paste your thawte certificate to Notepad and save as a cert.pem
Copy the Cert.pem to the Weblogic Server Root Directory.
Step 3. Update WebLogic properties file:
1. Open the "weblogic.properties" file in a text editor. This file is located in the server's root directory
2. Edit the following directives contained within the "weblogic.properies" file, under Server certificates for SSL:
weblogic.system.SSLListenPort=443
weblogic.security.ssl.enable=true
weblogic.security.certificate.server=cert.pem
weblogic.security.key.server=domainname-key.der
weblogic.security.certificate.authority=intermediate.pem
3. Stop and start your WebLogic Server.
Note: The padlock icon on your browser will be displayed in the locked position if your certificates are installed correctly and the server is properly configured for SSL.