Skip to content

Add DNS provider for Curanet, DanDomain, ScanNet, Wannafind#2772

Merged
ldez merged 5 commits intogo-acme:mainfrom
ldez:feat/dns/curanet
Apr 22, 2026
Merged

Add DNS provider for Curanet, DanDomain, ScanNet, Wannafind#2772
ldez merged 5 commits intogo-acme:mainfrom
ldez:feat/dns/curanet

Conversation

@ldez
Copy link
Copy Markdown
Member

@ldez ldez commented Dec 25, 2025

Closes #2486

Ping @Krikken, can you run the command with your domain, email, credentials, etc. (and put the output of this command to a comment)?

make build
rm -rf .lego

DANDOMAIN_API_KEY="xxx" \
./dist/lego --dns dandomain -d '*.example.com' -d example.com -s https://acme-staging-v02.api.letsencrypt.org/directory run

Note that the wildcard domain is important.

How to test this PR?
  1. You need Go
  2. Check out the PR:
    git clone https://github.com/ldez/lego.git
    cd lego
    git checkout feat/dns/curanet
  3. Compile lego:
    • if you have make: make build
    • if you don't have make: go build -o dist/lego ./cmd/lego
  4. Run the following command with your information (email, domain, credentials):
    DANDOMAIN_API_KEY="xxx" \
    ./dist/lego --dns dandomain -d '*.example.com' -d example.com  -s https://acme-staging-v02.api.letsencrypt.org/directory run
    The wildcard domain is important
  5. Before each run of the command, you should clean your local environment:
    rm -rf .lego

@ldez ldez added enhancement area/dnsprovider waiting-for/user-tests Need users to test functionality waiting-for/contrib-feedback Awaiting feedback from the contributor. new-provider labels Dec 25, 2025
@ldez ldez force-pushed the feat/dns/curanet branch from a5eca9a to 703adc2 Compare January 8, 2026 19:03
@ldez ldez force-pushed the feat/dns/curanet branch from 703adc2 to adc4f42 Compare January 19, 2026 17:36
@ldez ldez force-pushed the feat/dns/curanet branch from adc4f42 to 27ad43e Compare March 31, 2026 01:38
@ldez ldez force-pushed the master branch 6 times, most recently from b63378b to c4ab057 Compare April 11, 2026 01:15
@ldez ldez removed waiting-for/user-tests Need users to test functionality waiting-for/contrib-feedback Awaiting feedback from the contributor. labels Apr 22, 2026
@ldez ldez force-pushed the feat/dns/curanet branch from 27ad43e to 11b4a06 Compare April 22, 2026 20:40
@ldez ldez changed the base branch from master to main April 22, 2026 20:40
@ldez ldez added this to the unreleased-v5 milestone Apr 22, 2026
@ldez ldez force-pushed the feat/dns/curanet branch from 11b4a06 to 916fa68 Compare April 22, 2026 20:41
@ldez ldez marked this pull request as ready for review April 22, 2026 20:41
@ldez ldez force-pushed the feat/dns/curanet branch from 916fa68 to 9303d8f Compare April 22, 2026 20:55
@ldez ldez merged commit e3af5b4 into go-acme:main Apr 22, 2026
7 checks passed
@ldez ldez deleted the feat/dns/curanet branch April 22, 2026 21:14
@ldez ldez mentioned this pull request Apr 22, 2026
33 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

Support for provider: DanDomain

1 participant