forked from TrueCloudLab/lego
0324783e09
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
22 lines
713 B
TOML
22 lines
713 B
TOML
Name = "UKFast SafeDNS"
|
|
Description = ''''''
|
|
URL = "https://www.ukfast.co.uk/dns-hosting.html"
|
|
Code = "safedns"
|
|
Since = "v4.6.0"
|
|
|
|
Example = '''
|
|
SAFEDNS_AUTH_TOKEN=xxxxxx \
|
|
lego --email myemail@example.com --dns safedns --domains my.example.org run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
SAFEDNS_AUTH_TOKEN = "Authentication token"
|
|
[Configuration.Additional]
|
|
SAFEDNS_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
SAFEDNS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
SAFEDNS_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
SAFEDNS_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
[Links]
|
|
API = "https://developers.ukfast.io/documentation/safedns"
|