Skip to content

Commit

Permalink
godaddy: documentation new API limitations (#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored May 9, 2024
1 parent 11b4bef commit c61aeba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/content/dns/zz_gen_godaddy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down
9 changes: 9 additions & 0 deletions providers/dns/godaddy/godaddy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c61aeba

Please sign in to comment.