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

> 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


Reply via email to