lego/providers/dns/vscale/vscale.toml
2020-11-27 20:40:44 +01:00

23 lines
721 B
TOML

Name = "Vscale"
Description = ''''''
URL = "https://vscale.io/"
Code = "vscale"
Since = "v2.0.0"
Example = '''
VSCALE_API_TOKEN=xxxxx \
lego --email myemail@example.com --dns vscale --domains my.example.org run
'''
[Configuration]
[Configuration.Credentials]
VSCALE_API_TOKEN = "API token"
[Configuration.Additional]
VSCALE_BASE_URL = "API endpoint URL"
VSCALE_POLLING_INTERVAL = "Time between DNS propagation check"
VSCALE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
VSCALE_TTL = "The TTL of the TXT record used for the DNS challenge"
VSCALE_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://developers.vscale.io/documentation/api/v1/#api-Domains_Records"