I am getting a browser error when I access https://events.aitp.org: events.aitp.org uses an invalid security certificate. The certificate is not trusted because it is self-signed. (Error code: sec_error_untrusted_issuer)
I have two files from GoDaddy: /etc/httpd/conf/keys/events.aitp.org.crt /etc/httpd/conf/keys/events.aitp.org-gd_bundle.crt
Which is the SSLCACertificateFile and which is the SSLCertificateChainFile?
Should these directives be in /etc/httpd/conf.d/ssl.conf or /etc/httpd/conf/httpd.conf?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
<code>SSLCACertificateFile</code> should be set to <code>/etc/httpd/conf/keys/events.aitp.org.crt </code> and <code>SSLCertificateChainFile</code> should be set to <code>/etc/httpd/conf/keys/events.aitp.org-gd_bundle.crt</code>. <br> <br><blockquote>Should these directives be in /etc/httpd/conf.d/ssl.conf or /etc/httpd/conf/httpd.conf?</blockquote>They should be inside your <VirtualHost> tags. <br> <br>Make sure you reload/restart Apache once you edit the config files.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.