nginx and Intermediate SSL Certificates
Unlike Apache which takes intermediate SSL certificates using a specific config file directive:
SSLCertificateChainFile /sites/api.anders.com/conf/PositiveSSL.ca-bundle
nginx vends out intermediate certificates by concatenating them together between the server certificate and the root certificate in a single file. You can very simply do this with cat:
cat site.crt intermediate.crt root.crt > chain.pem
Don't forget, order matters here!
Tags
nginx ssl intermediate certificatesTrackbacks
To send a trackback, use the URL of this story appending ?page=tb at the end.Comments (0)
Leave a Comment
To create links in comments:
[link:http://anders.com/] becomes http://anders.com/
[link:http://anders.com/|Anders.com] becomes Anders.com
Notice there is no rel="nofollow" in these hrefs. Links in comments will carry page rank from this site so only link to things worthy of people's attention.



