bytesizedhosting / bcd

The Bytesized Connect Daemon - https://bytesized-hosting.com/connect
GNU General Public License v3.0
51 stars 19 forks source link

Automatic SSL certificates for routes #1

Closed maran closed 7 years ago

maran commented 7 years ago

It should be possible for routes to also offer https support next to http.

maran commented 7 years ago

Challenges:

At the time of writing Letsencrypt only supports 20 certificates per domain. This results in a few problems.

The first part could be solved by allowing users to bring in their own domains. However this would still leave the following problem:

We could solve these problems by using more elaborate code that actually aggregates all the requested domains and puts them in a single certificate. The problem is that this does expose all available (sub-)domains as soon as one of them is discovered. I'm not sure this is a good trade-off and it does complicate the code.

maran commented 7 years ago

Automatic http is now supported on all non bysh.io domains.