|
Many cPanel versions won't allow proper installation of intermediate certificates via the WHM. That's
why we recommend that you use the following manual installation method. This method works 100% of the
time with WHM/cPanel.
To complete the installation, you will need the xroot.crt file from the ZIP file that was e-mailed
to you when your certificate was issued. If you have misplaced it, don't worry - you can download it
below:
Download the Trustwave intermediates here.
Save the xroot.crt file to a directory on your server, and be sure to note the directory path.
Generally, you can find Apache's configuration file in /etc/httpd/conf/httpd.conf,
but you may need to search for it. Sometimes the SSL configurations are in a file called ssl.conf.
Open the configuration file in a text editor and search for the virtual host. You can search by
your server's address or IP address. Once you find the virtual host which matches your host,
look for two lines that start with SSLCertificateFile and
SSLCertificateKeyFile. Add (or adjust) a line right below those two that should
read:
SSLCACertificateFile /path/xroot.crt
Save and close the configuration file.
|