YuukanOO / seelf

Lightweight self-hosted deployment platform written in Go
https://yuukanoo.github.io/seelf/
GNU General Public License v3.0
212 stars 7 forks source link

SSL certificate handling #82

Open Aragur opened 3 weeks ago

Aragur commented 3 weeks ago

As far as I can see, there is no option to allow Traefik to generate it's SSL certificate automatically using f. e. a wildcard SSL cert using LetsEncrypt and the DNS API.

YuukanOO commented 3 weeks ago

For now, seelf configures Traefik certificate resolvers with a TLS challenge.

This is the most straightforward way to get a valid certificate without messing too much with DNS configuration (requiring additional user manipulation).

But you're right and supporting DNS challenge could be a nice feature.