2019-03-08 18:47:06 +00:00
|
|
|
Name = "Go Daddy"
|
|
|
|
Description = ''''''
|
|
|
|
URL = "https://godaddy.com"
|
|
|
|
Code = "godaddy"
|
2019-04-17 19:32:38 +00:00
|
|
|
Since = "v0.5.0"
|
2019-03-08 18:47:06 +00:00
|
|
|
|
2020-05-08 17:35:25 +00:00
|
|
|
Example = '''
|
|
|
|
GODADDY_API_KEY=xxxxxxxx \
|
|
|
|
GODADDY_API_SECRET=yyyyyyyy \
|
2020-11-27 19:40:44 +00:00
|
|
|
lego --email myemail@example.com --dns godaddy --domains my.example.org run
|
2020-05-08 17:35:25 +00:00
|
|
|
'''
|
|
|
|
|
2019-03-08 18:47:06 +00:00
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
2019-05-06 17:37:51 +00:00
|
|
|
GODADDY_API_KEY = "API key"
|
|
|
|
GODADDY_API_SECRET = "API secret"
|
2019-03-08 18:47:06 +00:00
|
|
|
[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"
|