forked from TrueCloudLab/lego
22 lines
709 B
TOML
22 lines
709 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 you@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"
|