To install the AlphaSSL Root Certificates, perform the following steps:
You will require access the httpd config file.
In the GlobalSSL Setting in the httpd.conf file, you will need to complete the following:
Copy the AlphaSSL intermediate to the same directory as httpd.conf and name it ca.txt
Add the following line to the SSL section of the httpd.conf (assuming /etc/httpd/conf is the directory to where you have copied the Intermediate file)
If the line already exists amend it to read the following: SSLCACertificateFile /etc/httpd/conf/ca.txtNote: If you are using a different location and certificate file names you will need to change the path and filename to reflect the path and file name that you are using.