Showing posts with label comodo. Show all posts
Showing posts with label comodo. Show all posts

Install Comodo PositiveSSL Certificate on Nginx

Tags: April 29, 2012 12:23 AM
0 comments

File used when using PositiveSSL are:

  • AddTrustExternalCARoot.crt
  • PositiveSSLCA2.crt
  • the_domain.crt

Concatenate the certificate in reverse order.

cat the_domain.crt > the_domain.pem
cat PositiveSSLCA2.crt >> the_domain.pem
cat AddTrustExternalCARoot.crt >> the_domain.pem

Share on Facebook Twitter