forked from TrueCloudLab/lego
33 lines
1.1 KiB
TOML
33 lines
1.1 KiB
TOML
Name = "Go Daddy"
|
|
Description = ''''''
|
|
URL = "https://godaddy.com"
|
|
Code = "godaddy"
|
|
Since = "v0.5.0"
|
|
|
|
Example = '''
|
|
GODADDY_API_KEY=xxxxxxxx \
|
|
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"
|
|
GODADDY_API_SECRET = "API secret"
|
|
[Configuration.Additional]
|
|
GODADDY_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
GODADDY_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
GODADDY_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
GODADDY_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
[Links]
|
|
API = "https://developer.godaddy.com/doc/endpoint/domains"
|