Skip to content

Feature request: Add deSEC DNS provider support #235

Description

@Itstommy10

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions