Peter Lyons

Quick Tips for Setting Up TLS

October 17, 2013

Here's a few quick links that I found really helpful setting up an nginx web site to use a TLS certificate.

Some commands for reference:

For express.js, make sure your session middleware has proxy: true, secure: true, httpOnly: true options set.