Express should be serving SSL. This should be done as a commandline option or something simple, warn if nothing is chosen. Only reason to use HTTP is if you're behind a reverse proxy or on localhost, otherwise none of the app will work. For now, we can just use certbot to get the certificates manually, and pass them as a file. No need to worry about automation for now.
This will be required for #68 and is also a blocker for #65.
Express should be serving SSL. This should be done as a commandline option or something simple, warn if nothing is chosen. Only reason to use HTTP is if you're behind a reverse proxy or on localhost, otherwise none of the app will work. For now, we can just use certbot to get the certificates manually, and pass them as a file. No need to worry about automation for now.
This will be required for #68 and is also a blocker for #65.