Apache SSL Cert Bundle
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:
- *yourdomainname*.crt
- COMODORSADomainValidationSecureServerCA.crt
- COMODORSAAddTrustCA.crt
- 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