forked from TrueCloudLab/lego
23 lines
711 B
TOML
23 lines
711 B
TOML
Name = "OVH"
|
|
Description = ''''''
|
|
URL = "https://www.ovh.com/"
|
|
Code = "ovh"
|
|
Since = "v0.4.0"
|
|
|
|
Example = ''''''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
OVH_ENDPOINT = "Endpoint URL (ovh-eu or ovh-ca)"
|
|
OVH_APPLICATION_KEY = "Application key"
|
|
OVH_APPLICATION_SECRET = "Application secret"
|
|
OVH_CONSUMER_KEY = "Consumer key"
|
|
[Configuration.Additional]
|
|
OVH_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
OVH_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
OVH_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
OVH_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
[Links]
|
|
API = "https://eu.api.ovh.com/"
|
|
GoClient = "https://github.com/ovh/go-ovh"
|