mirror of
https://github.com/go-acme/lego.git
synced 2025-01-03 15:23:32 +02:00
godaddy: documentation new API limitations (#2182)
This commit is contained in:
parent
11b4beff7e
commit
c61aeba3e2
@ -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.
|
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" >}}).
|
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
|
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]
|
||||||
[Configuration.Credentials]
|
[Configuration.Credentials]
|
||||||
GODADDY_API_KEY = "API key"
|
GODADDY_API_KEY = "API key"
|
||||||
|
Loading…
Reference in New Issue
Block a user