
Need multiple certificates? Buy in bulk and save £££s. Click Here to find out more
Once you have received your Certificate from SSL 247, open a text editor and paste the contents of the certificates one after another in the following order:
1) Your SSL certificate (your_domain_name.crt)
2) The root Certificate (TrustedRoot.crt)
Make sure that you include the beginning and end tags on each certificate. The result should look like this:
-----BEGIN CERTIFICATE-----
(Your SSL certificate: your_domain_name.crt)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(Your Root certificate: TrustedRoot.crt)
Save the combined file as ssl247pack.pem
3) Copy both the Private Key and the ssl247pack.pem files into the \wlserver6.0\config\mydomain directory.
4) Assign protections to the private key file and the ssl247pack.pem files so that only the system User of WebLogic Server has read privileges and all other users have no privileges to access the private key file or digital certificate(s).
5) Configure WebLogic Server to use the SSL Protocol:
You need to enter the following information on the SSL tab in the Server Configuration window:
6) Reboot Weblogic Server
|