Skip to content

Add DNS provider for Combell (reseller only) - #1581

Open
ldez wants to merge 2 commits into
go-acme:mainfrom
ldez:feat/combell
Open

Add DNS provider for Combell (reseller only)#1581
ldez wants to merge 2 commits into
go-acme:mainfrom
ldez:feat/combell

Conversation

@ldez

@ldez ldez commented Feb 3, 2022

Copy link
Copy Markdown
Member

Closes #1573

@jwaes 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

COMBELL_API_KEY="xxx" \
COMBELL_API_SECRET="yyy" \
./dist/lego run --dns combell -d '*.example.com' -d example.com -s letsencrypt-staging

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 ldez:feat/combell
  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):
    COMBELL_API_KEY="xxx" \
    COMBELL_API_SECRET="yyy" \
    ./dist/lego run --dns combell -d '*.example.com' -d example.com -s letsencrypt-staging
    The wildcard domain is important
  5. Before each run of the command, you should clean your local environment:
    rm -rf .lego

@jwaes

jwaes commented Feb 4, 2022

Copy link
Copy Markdown

blush ... now it turns out, that the combell API is only for resellers, not for 'ordinary' customers.
I guess i ll have to switch to a decent provider. Sorry for the work you put in.

@ldez

ldez commented Feb 4, 2022

Copy link
Copy Markdown
Member Author

Hello @jwaes, it seems like Combell has another API, related to OpenStack, if it's true maybe you can use Designate DNSaaS for Openstack.

@ldez ldez mentioned this pull request Feb 4, 2022
5 tasks
@ldez ldez changed the title Add DNS provider for Combell Add DNS provider for Combell (reseller only) Feb 4, 2022
Comment thread providers/dns/combell/combell.go Outdated
Comment thread providers/dns/combell/combell.go Outdated
@ldez
ldez force-pushed the feat/combell branch 2 times, most recently from b423630 to 3416a6f Compare July 27, 2023 11:36
@ldez
ldez force-pushed the feat/combell branch 3 times, most recently from 49facb0 to b397084 Compare January 8, 2026 19:11
@ldez
ldez force-pushed the master branch 6 times, most recently from b63378b to c4ab057 Compare April 11, 2026 01:15
@ldez
ldez changed the base branch from master to main May 12, 2026 20:53
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: combell.com

3 participants