This PR contains a set of commits to be squashed where I implement listening for HTTPS connections in the traditional way, i.e. with TLS key and certificate. We determined this is better than autocert.
This means we're not married to :443 anymore. So, take the chance to make the server listen by default on non-privileged ports and adjust the README to reduce the privileges with which it runs.
This PR contains a set of commits to be squashed where I implement listening for HTTPS connections in the traditional way, i.e. with TLS key and certificate. We determined this is better than autocert.
This means we're not married to
:443
anymore. So, take the chance to make the server listen by default on non-privileged ports and adjust the README to reduce the privileges with which it runs.