neubot / dash

Go implementation of Neubot's DASH experiment
https://neubot.github.io
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

server: replace autocert with key, certificate #18

Closed bassosimone closed 5 years ago

bassosimone commented 5 years ago

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.

bassosimone commented 5 years ago

@robertodauria says ":lgtm:"