forked from TrueCloudLab/lego
19 lines
627 B
TOML
19 lines
627 B
TOML
|
Name = "Go Daddy"
|
||
|
Description = ''''''
|
||
|
URL = "https://godaddy.com"
|
||
|
Code = "godaddy"
|
||
|
|
||
|
[Configuration]
|
||
|
[Configuration.Credentials]
|
||
|
GODADDY_API_KEY = "**TODO**"
|
||
|
GODADDY_API_SECRET = "**TODO**"
|
||
|
[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"
|
||
|
GODADDY_SEQUENCE_INTERVAL = "Interval between iteration"
|
||
|
|
||
|
[Links]
|
||
|
API = "https://developer.godaddy.com/doc/endpoint/domains"
|