Your certificate will be sent to you by email. The email message includes the web
server certificate that you purchased in the body of the email message.
Copy the certificate from the body of the email and paste it into a text editor
(such as notepad) to create text files.
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:
- Open the "weblogic.properties" file in your favorite text editor This
file is located in the server's root directory
- 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
- Start, or restart, your WebLogic Server.
»
Return to Install Instruction List