Home | SSL Certificate Products | FAQ | Support | Resellers | International | About Us | News | Contact Us

SSL Certificate Home

Bea WebLogic 5.1

Installing your SSL Certificate / Web Server Certificate / Secure Server Certificate from RapidSSL.com

Your certificate will be sent to you by email contained in the body of the email message.

Install your web server certificate:

Copy the certificate from the body of the email and paste it into a text editor (such as notepad) to store the file in your server directory - name the file as domainname-certificate.pem

Also store the root certificate in your server directory. This is our Trusted Root Certificate.

Update WebLogic properties file:

1. Open the "weblogic.properties" file in your favorite 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=domainname-certificate.pem

weblogic.security.key.server=domainname-key.der

weblogic.security.certificate.authority=freesslca.pem

3. Start, or restart, your WebLogic Server.