Comodo EV SSL cert on nginx

Maxim Dounin mdounin at mdounin.ru
Fri Dec 10 01:18:29 MSK 2010


Hello!

On Thu, Dec 09, 2010 at 10:20:18PM +0100, Matt D. wrote:

> hi
> 
> how did you create the comodo_ca_bundle?
> 
> I got these files from comodo
> 
> AddTrustExternalCARoot.crt
> TERENASSLCA.crt
> UTNAddTrustServer_CA.crt
> myserver.crt
> 
> Any help, gratefully appreciated.
> 
> I have tried some opttions, none seem to work :-(

General rule is: concatenate certificates starting from your cert, 
each certificate should sign previous one.

You may examine certificates you've got via something like

openssl x509 -noout -subject -issuer -in <cert>

Use the resulting file (with all certificates) in ssl_certificate 
directive.

Maxim Dounin



More information about the nginx mailing list