1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-05 03:58:54 +02:00
lego/providers/dns/vscale/vscale.toml
2019-04-17 21:32:38 +02:00

21 lines
621 B
TOML

Name = "Vscale"
Description = ''''''
URL = "https://vscale.io/"
Code = "vscale"
Since = "v2.0.0"
Example = ''''''
[Configuration]
[Configuration.Credentials]
VSCALE_API_TOKEN = "API token"
[Configuration.Additional]
VSCALE_BASE_URL = "API enddpoint 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"