Certificates
Normally the links are listed under the domain where the SSL is applied for.
Chained certificates are linked from vhosts.conf with the following lines :
SSLCertificateFile /usr/local/apache/conf/ssl.crt/domain.com.crt
SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/domain.com.key
SSLCertificateChainFile /usr/local/apache/conf/ssl.crt/gd_intermediate_bundle.crt
Certs and bundle go here :
/usr/local/apache/conf/ssl.crt
Once a certificate is installed Apache needs to be restarted :
Once logged in, you can restart the Web server by entering the following command: /usr/local/sbin/apachectl graceful