123456789101112131415161718192021222324252627282930 |
- Name = "Versio.[nl|eu|uk]"
- Description = ''''''
- URL = "https://www.versio.nl/domeinnamen"
- Code = "versio"
- Since = "v2.7.0"
- Example = '''
- VERSIO_USERNAME=<your login> \
- VERSIO_PASSWORD=<your password> \
- lego --email you@example.com --dns versio -d '*.example.com' -d example.com run
- '''
- Additional = '''
- To test with the sandbox environment set ```VERSIO_ENDPOINT=https://www.versio.nl/testapi/v1/```
- '''
- [Configuration]
- [Configuration.Credentials]
- VERSIO_USERNAME = "Basic authentication username"
- VERSIO_PASSWORD = "Basic authentication password"
- [Configuration.Additional]
- VERSIO_ENDPOINT = "The endpoint URL of the API Server"
- VERSIO_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 5)"
- VERSIO_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
- VERSIO_SEQUENCE_INTERVAL = "Time between sequential requests in seconds (Default: 60)"
- VERSIO_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
- VERSIO_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
- [Links]
- API = "https://www.versio.nl/RESTapidoc/"
|