forked from TrueCloudLab/lego
godaddy: documentation new API limitations (#2182)
This commit is contained in:
parent
11b4beff7e
commit
c61aeba3e2
2 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue