techx/quill

Add SSL Options to Environment

Closed this issue · 3 comments

at0dd commented

As an added feature, add easy to setup SSL that's compatible with LetsEncrypt.

Would require two variables in the .env, and a modification to app.js where if the certificate was specified, read the file and start a server. If no certificate is specified the app will listen as normal.

at0dd commented

Also, thoughts on forcing https?

at0dd commented

Good point! I ended up just forcing through nginx with a proxy pass. I'll go ahead and close this issue and #30