Now I'm getting the error "unable to load SSL private key from PEM file"
I checked the contents of the domain1.pem file and there is the following order included: - private key - domain certificate - 2 sections from the intermediate certificates pem file Am So 07 Jul 2013 10:29:47 CEST schrieb Emeric BRUN: > > > ----------------original message----------------- > De: "J�rgen Haas" [email protected] > A: [email protected] > Date: Sun, 07 Jul 2013 09:37:38 +0200 > ------------------------------------------------- > > >>> The intermediate must not be a "ca-file"=2C but a "crt". The ca-file >>> is used when you do client certificate validation. >> >> Problem is that if I include "crt >> /var/proxy/certs/RapidSSL_Intermediate_CA.pem" into the bin instruction >> I get the following error: >> >> 'bind :443' : unable to load SSL private key from PEM file >> '/var/proxy/certs/RapidSSL_Intermediate_CA.pem'. >> >> Any ideas? > > inclue intermediate in crt means: > # cat /var/proxy/certs/RapidSSL_Intermediate_CA.pem >> > /var/proxy/certs/fallback.pem > # cat /var/proxy/certs/RapidSSL_Intermediate_CA.pem >> > /var/proxy/certs/domain1.pem > # cat /var/proxy/certs/RapidSSL_Intermediate_CA.pem >> > /var/proxy/certs/domain2.pem > > bind :443 ssl crt /var/proxy/certs/fallback.pem crt > /var/proxy/certs/domain1.pem crt /var/proxy/certs/domain2.pem > > Regards > > >

