lego
lego copied to clipboard
Support for provider: Enom
Welcome
- [X] Yes, I've searched similar issues on GitHub and didn't find any.
- [X] Yes, the DNS provider exposes a public API.
- [X] Yes, I know that the lego maintainers don't have an account in all DNS providers in the world.
- [ ] Yes, I'm able to create a pull request and be able to maintain the implementation.
- [X] Yes, I'm able to test an implementation if someone creates a pull request to add the support of this DNS provider.
How do you use lego?
Through Terraform ACME provider
Link to the DNS provider
https://www.enom.com
Link to the API documentation
https://api.enom.com/docs/api-test-account
Additional Notes
Trying to install a Let's Encrypt cert to my Terra-Master NAS and I am running into all sorts of issues. It looks like if I had a way to automate this through enom by adding the challenge txt response automatically, this would be MUCH simpiler.
Hello,
API of Enom seems only available for resellers.
And it seems like TXT records are partially supported
- https://api.enom.com/docs/gethosts#returned-parameters-and-values (no TXT records)
- https://api.enom.com/docs/set-hosts#input-parameters
The API is a bit extreme because have to always update all the existing records...
This command deletes the existing host records before replacing them with the new host records included in the query string. To avoid unpleasant surprises for the user, some resellers use the GetHosts command to retrieve existing host records, and populate the SetHosts query string with existing host records while also allowing the user to add or delete host records.
@Jkrise are you a reseller? are resellers the only customers of Enom?