ssl for nginx, old browsers

Igor Sysoev is at rambler-co.ru
Tue Oct 6 13:11:18 MSD 2009


On Tue, Oct 06, 2009 at 05:06:11AM -0400, eternity wrote:

> I mean cert file AddTrustExternalCARoot.crt  from comodo

Then you need to do

cat AddTrustExternalCARoot.crt you_cert.crt > new_cert.crt;

and use this new_cert.crt in

ssl_certificate  new_cert.crt;


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list