To finish the installation, you will need to edit the global Apache
configuration file (usually called "httpd.conf") or a virtual host file,
depending on your server's configuration. If you are not sure where to
look, try using the locate command to find httpd.conf.
Once you locate the file, add the following three lines:
SSLCertificateFile /etc/ssl/crt/www_yourdomain_com.cer
SSLCertificateKeyFile /etc/ssl/crt/private.key
SSLCACertificateFile /etc/ssl/crt/xroot.crt
Save your configuration file.
|