I hope this is the appropriate section to post this, if not please move it. Thanks. I'm having problems installing our SSL certificate, all files have been uploaded but I don't understand how to do the rest. Any help will be much appreciated. Thanks in advance. Tony http://veteransflagdepot.us
Hi! Thanks for the reply, I have access and have generated everything but don't know what to do next.
You have to define the variables at your apache conf, i assume that you`re using virtual sites so here it is. <VirtualHost 192.168.0.1:443> DocumentRoot /var/www/html2 ServerName www.yourdomain.com SSLEngine on SSLCertificateFile /etc/ssl/crt/your_domain_name.crt SSLCertificateKeyFile /etc/ssl/crt/your_private.key SSLCACertificateFile /etc/ssl/crt/DigiCertCA.crt < /VirtualHost> Do that then restart apache to see if it can do what you want with your certificate.