Description
Symantec now offers the Symantec SSL Assistant to make it easy to generate a CSR and install a certificate for Red Hat servers.
This document provides instructions for installing SSL Certificates. If you are unable to use these instructions for your server, Symantec recommends that you contact either the vendor of your software or an organization that supports Redhat SWS.
Step 1: Download and Install Intermediate CA Bundle Certificates
- Download the Intermediate CA certificate from this link: INFO657
Select the appropriate Intermediate CA certificate for your SSL Certificate type.
NOTE: To check which certificate type you have purchased, follow the steps from this link: SO13499 - Copy the Intermediate CA certificate and paste it on a Notepad.
- Save the file as intermediate.crt
- Save the Intermediate CA Certificate as: /etc/httpd/conf/ssl.crt/intermediate.crt.
- Add the following directive to your /etc/httpd/conf/httpd.conf file, within the virtual host tags that define your secure Web server and with the other SSL directives:SSLCACertificateFile /etc/httpd/conf/ssl.crt/intermediate.crt