Follow these instructions to install your SSL server certificate.
Tip: the default directory will be /etc/httpd/conf/ssl.crt/
if you installed Apache using the RPM or /usr/local/apache/conf/ssl.crt/
directory if you installed Apache using the source files. Please note that ssl.crt is a directory, not a file.
If your path is /etc/httpd/conf/...
SSLCertificateFile /etc/httpd/conf/ssl.crt/domainname.crt (or server.crt)
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/domainname.key (or server.key)
Or, if your path is /usr/local/apache/conf/...
SSLCertificateFile /usr/local/apache/conf/ssl.crt/domainname.crt (or server.crt)
SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/domainname.key (or server.key)
/usr/local/apache/bin/apachectl startssl
/usr/local/apache/bin/apachectl restart
/usr/sbin/httpd startssl or restart
/usr/sbin/httpd startssl or restart
Test your SSL certificate by using a browser to connect to your server. Use the https protocol directive. For example, if your SSL was issued to secure.mysite.com, enter https://secure.mysite.com
into your browser.
Your browsers padlock icon will be displayed in the locked position if your certificate is installed correctly and the server is properly configured for SSL.