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

Certificate generation doesn't work with Gandi v5 (new stable) #97

Closed Dremor closed 1 year ago

Dremor commented 7 years ago

There is a new version of the gandi service available in beta (https://beta.gandi.net/), which may have introduced some breaking changes. For now, rancher-letsencrypt don't work with this new version, as it uses a separate DNS, and a separate API server.

I would be cool to have "Gandi-v5" or "Gandi-Beta" as new domain validation method, in order to test this before v5 is promoted to stable.

CyrilSiman commented 7 years ago

+1

Dremor commented 7 years ago

Gandi v5 have been promoted to stable.

V4 is still accessible here : https://v4.gandi.net/

Dremor commented 6 years ago

New API documentation : http://doc.livedns.gandi.net/

tbaptista commented 6 years ago

+1 This one could be easily solved by updating the lego external framework.

SkYNewZ commented 5 years ago

Is someone maintain this repo ?

SkYNewZ commented 5 years ago

After few hours of searching in gandi lib xenolf/lego, I found this issue. Apparently, this issue is fixed in at least https://github.com/xenolf/lego/releases/tag/v0.5.0 where we can found the correct Gandi Live DNS API endpoint.

So can you please update lego at least to version 5 ? Due to my change from OVH to Gandi, I am no longer able to use janeczku/rancher-letsencrypt... :cry:

Dremor commented 1 year ago

Closing issue as the repository didn't see any change for 5+ years, and without any answer from the dev.