 |
SSL Certificates Support
|
Installation Instructions- BEA Weblogic V.8.1
This document provides instructions for installing
SSL Certificates. If you are unable to use these instructions for your
server, VeriSign recommends that you contact either the vendor of your
software or an organisation that supports BEA WebLogic server.
Step 1: Install CA Certificate
Secure Site
If you are installing a Secure Site Certificate,
you need to first install the Secure
Site Intermediate CA Certficate.
Secure Site Pro
If you are installing a Secure Site Pro Certificate,
you need to first install the Secure
Site Pro Intermediate CA Certficate .
Note to ISP Center Customers: Certificates enrolled through
VeriSign's ISP Center do not need the Secure Site Intermediate CA Certificate
installed at this time.
To import the CA Certificate run the following command:
keytool -import -alias aliasfortrustedca -trustcacerts
-file trustedcafilename.pem -keystore keystorename -storepass keystorepassword
Step 2: Install the SSL Certificate
VeriSign will email you your certificate. If the certificate
is an attachment (Cert.cer), you can use the file. If the certificate
is in the body of the email, copy and paste it into a text file (such
as OriginalCert.txt) using Vi or Notepad. Do not use Microsoft Word
or other word processing programs that may add characters. Confirm that
there are no extra lines or spaces in the file.
To import the SSL Certificate run the following command:
keytool -import -alias aliasofkeystore -file certfromverisign.pem
-keypass privatekeypassword -keystore keystorename -storepass keystorepassword
BEA Support
For more information, view the interactive BEA
Setup & Installation instructions.
|