On 10/06/14 22:26, Daniel wrote:
I used the following command to create the bundle -- openssl pkcs12 -export -in server.pem -inkey server.key -in intermediate.pem -inkey intermediate.key -out bundle.p12 -name bundle -CAfile issuer.pem -caname issuer -chain To extract -- openssl pkcs12 -in ../bundle.p12 -out all_combined.pem -nodes But, when using all_combined.pem as SSLCertificateFile, I get -- [Tue Oct 07 14:50:12.760273 2014] [ssl:emerg] [pid 8357:tid 140531695941504] AH02565: Certificate and private key httpd:443:0 from /home/all_combined.pem and /homecertificate_chaining_test/server.key do not match |