1Name = "Versio.[nl|eu|uk]"
2Description = ''''''
3URL = "https://www.versio.nl/domeinnamen"
4Code = "versio"
5Since = "v2.7.0"
6
7Example = '''
8VERSIO_USERNAME=<your login> \
9VERSIO_PASSWORD=<your password> \
10lego --email myemail@example.com --dns versio --domains my.example.org run
11'''
12
13Additional = '''
14To test with the sandbox environment set ```VERSIO_ENDPOINT=https://www.versio.nl/testapi/v1/```
15'''
16
17[Configuration]
18  [Configuration.Credentials]
19    VERSIO_USERNAME = "Basic authentication username"
20    VERSIO_PASSWORD = "Basic authentication password"
21  [Configuration.Additional]
22    VERSIO_ENDPOINT = "The endpoint URL of the API Server"
23    VERSIO_POLLING_INTERVAL = "Time between DNS propagation check"
24    VERSIO_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
25    VERSIO_HTTP_TIMEOUT = "API request timeout"
26    VERSIO_SEQUENCE_INTERVAL = "Time between sequential requests, default 60s"
27    VERSIO_TTL = "The TTL of the TXT record used for the DNS challenge"
28
29[Links]
30  API = "https://www.versio.nl/RESTapidoc/"
31