janeczku / rancher-letsencrypt

:cow: Rancher service that obtains and manages free SSL certificates from the Let's Encrypt CA
Apache License 2.0
326 stars 114 forks source link

Add support for Linode DNS [enhancement] #31

Open tiangolo opened 8 years ago

tiangolo commented 8 years ago

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

janeczku commented 7 years ago

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

tiangolo commented 6 years ago

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 !

solocommand commented 6 years ago

@tiangolo Not a problem!