rancher-letsencrypt icon indicating copy to clipboard operation
rancher-letsencrypt copied to clipboard

Add support for Linode DNS [enhancement]

Open tiangolo opened this issue 9 years ago • 3 comments

Add support for Linode DNS.

(AFAIK) Linode is one of the main competitors of DigitalOcean, they both have great and similar services and prices. It would be great to be able to use rancher-letsencrypt in Linode too.

Here's their API: https://www.linode.com/api/dns

tiangolo avatar Aug 22 '16 20:08 tiangolo

Linode is supported by upstream lego library. PR welcome to add them to the list of providers here.

janeczku avatar Jan 29 '17 00:01 janeczku

Thanks! (and sorry for the delayed response).

I discovered later that I could use HTTP as a the "provider" (I think it was added as a new feature at some point). And that works in any environment / host, so that solved my problem.

For my specific case, the problem is already solved with the HTTP provider.

Nevertheless, I see that @solocommand is working on a PR that would add the specific feature. So, thanks for that @solocommand !

tiangolo avatar Nov 01 '17 16:11 tiangolo

@tiangolo Not a problem!

solocommand avatar Nov 01 '17 17:11 solocommand