lego
lego copied to clipboard
Add DNS provider for Combell (reseller only)
- [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
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.
Hello @jwaes, it seems like Combell has another API, related to OpenStack, if it's true maybe you can use Designate DNSaaS for Openstack.