go-acme / lego

Let's Encrypt/ACME client and library written in Go
https://go-acme.github.io/lego/
MIT License
7.58k stars 994 forks source link

API_KEY for provider GANDI LIVE DNS V5 is deprecated #2006

Closed paulolesgaz closed 10 months ago

paulolesgaz commented 11 months ago

Welcome

How do you use lego?

Through Traefik

Detailed Description

Hello, This issue is just to report that the use of the API_KEY for the provider GANDI LIVE DNS V5 is deprecated.

Gandi added the use of PAT (personal access token), which are more secure and allow to have tokens with limited permissions.

Is it possible to take that into account into lego, and have an ENV variable to specify the use of a PAT instead of the API_KEY ?

Many Thanks 😀

BR