Feature Request: deSEC DNS Provider
Description
Please add support for deSEC (desec.io) as a DNS-01 provider for autocert.
deSEC is a free, open-source DNS hosting service that is widely used in the self-hosting community,
especially for dynamic DNS domains like *.dedyn.io.
Why
deSEC is supported by LEGO (https://go-acme.github.io/lego/dns/desec/) so the implementation
should be straightforward, similar to other providers already included in internal/dnsproviders/providers.go.
Expected configuration
autocert:
provider: desec
email: your@email.com
domains:
- "*.yourdomain.dedyn.io"
- "yourdomain.dedyn.io"
options:
auth_token: your-desec-token
References
Feature Request: deSEC DNS Provider
Description
Please add support for deSEC (desec.io) as a DNS-01 provider for autocert.
deSEC is a free, open-source DNS hosting service that is widely used in the self-hosting community,
especially for dynamic DNS domains like
*.dedyn.io.Why
deSEC is supported by LEGO (https://go-acme.github.io/lego/dns/desec/) so the implementation
should be straightforward, similar to other providers already included in
internal/dnsproviders/providers.go.Expected configuration
References