diff --git a/docs/content/dns/zz_gen_godaddy.md b/docs/content/dns/zz_gen_godaddy.md index 2b37f5e2d2..a09923ac64 100644 --- a/docs/content/dns/zz_gen_godaddy.md +++ b/docs/content/dns/zz_gen_godaddy.md @@ -57,6 +57,12 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}). The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. More information [here]({{< ref "dns#configuration-and-credentials" >}}). +GoDaddy has recently (2024-04) updated the account requirements to access parts of their production Domains API: + +- Availability API: Limited to accounts with 50 or more domains. +- Management and DNS APIs: Limited to accounts with 10 or more domains and/or an active Discount Domain Club plan. + +https://community.letsencrypt.org/t/getting-unauthorized-url-error-while-trying-to-get-cert-for-subdomains/217329/12 diff --git a/providers/dns/godaddy/godaddy.toml b/providers/dns/godaddy/godaddy.toml index b43a0f0d1f..5983b0c09a 100644 --- a/providers/dns/godaddy/godaddy.toml +++ b/providers/dns/godaddy/godaddy.toml @@ -10,6 +10,15 @@ GODADDY_API_SECRET=yyyyyyyy \ lego --email you@example.com --dns godaddy --domains my.example.org run ''' +Additional = ''' +GoDaddy has recently (2024-04) updated the account requirements to access parts of their production Domains API: + +- Availability API: Limited to accounts with 50 or more domains. +- Management and DNS APIs: Limited to accounts with 10 or more domains and/or an active Discount Domain Club plan. + +https://community.letsencrypt.org/t/getting-unauthorized-url-error-while-trying-to-get-cert-for-subdomains/217329/12 +''' + [Configuration] [Configuration.Credentials] GODADDY_API_KEY = "API key"