Skip to content

Add DNS provider for online.net#2964

Draft
ldez wants to merge 2 commits intogo-acme:masterfrom
ldez:feat/dns/onlinenet
Draft

Add DNS provider for online.net#2964
ldez wants to merge 2 commits intogo-acme:masterfrom
ldez:feat/dns/onlinenet

Conversation

@ldez
Copy link
Copy Markdown
Member

@ldez ldez commented Apr 4, 2026

Closes #2963

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

make build
rm -rf .lego

ONLINENET_API_TOKEN="xxx" \
./dist/lego --dns onlinenet -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/onlinenet
  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):
    ONLINENET_API_TOKEN="xxx" \
    ./dist/lego --dns onlinenet -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 Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dnsprovider enhancement new-provider waiting-for/contrib-feedback Awaiting feedback from the contributor. waiting-for/user-tests Need users to test functionality

Development

Successfully merging this pull request may close these issues.

Support for provider: console.online.net

1 participant