Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Conversation

@ldez
Copy link
Member

@ldez ldez commented Feb 3, 2022

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 --email [email protected] --dns combell -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 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 --email [email protected] --combell syse -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

@jwaes
Copy link

jwaes commented Feb 4, 2022

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
Copy link
Member Author

ldez commented Feb 4, 2022

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