Bea WebLogic 5.1

Installing your Web Server Certificate

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 following certificate block in your server directory. This is our Trusted Root Certificate, called "Equifax Secure Certificate Authority". For convenience, name the file as "esca.pem"

The root certificate can be downloaded from http://www.geotrust.com/resources/root_certificates/index.htm. Please contact support for advice on which root you will need.

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=esca.pem

3. Start, or restart, your WebLogic Server.

 

[ Close ]