Apache SSL Cert Bundle

14th March 2016
by InfiniteMonkeys

Combing SSL Cert bundles for Apache

We can never remember this one, so juts a quick post. To combine your certs in the right order for Apache it’s:

  1. *yourdomainname*.crt
  2. COMODORSADomainValidationSecureServerCA.crt
  3. COMODORSAAddTrustCA.crt
  4. AddTrustExternalCARoot.crt
  • We used Comodo in this case, but same applies for the rest! Just remember to update the correct virtual host:

Fedora/CentOS/RHEL: /etc/httpd/conf/httpd.conf

Debian and Debian based: /etc/apache2/apache2.conf

Leave a Comment

You must be logged in to post a comment.