lego icon indicating copy to clipboard operation
lego copied to clipboard

Add DNS provider for Combell (reseller only)

Open ldez opened this issue 3 years ago • 2 comments

  • [x] have a homogeneous design with the other providers
  • [x] pass the linter
  • [x] do go mod tidy
  • [x] add tests (units)
  • [x] add tests ("live")
  • [x] add a provider descriptor
  • [x] generate CLI help, documentation, and readme.
  • [ ] be able to do: (and put the output of this command to a comment)
rm -rf .lego/

COMBELL_API_KEY=xxx COMBELL_API_SECRET=yyy ./lego -m [email protected] --dns combell -d *.example.com -d example.com -s https://acme-staging-v02.api.letsencrypt.org/directory run

Note the wildcard domain is important.

@jwaes could you test by running the previous command (you have to use a real domain and email)?

Closes #1573

ldez avatar Feb 03 '22 14:02 ldez

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.

jwaes avatar Feb 04 '22 07:02 jwaes

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 avatar Feb 04 '22 13:02 ldez