versio.toml raw

   1  Name = "Versio.[nl|eu|uk]"
   2  Description = ''''''
   3  URL = "https://www.versio.nl/domeinnamen"
   4  Code = "versio"
   5  Since = "v2.7.0"
   6  
   7  Example = '''
   8  VERSIO_USERNAME=<your login> \
   9  VERSIO_PASSWORD=<your password> \
  10  lego --dns versio -d '*.example.com' -d example.com run
  11  '''
  12  
  13  Additional = '''
  14  To 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 in seconds (Default: 5)"
  24      VERSIO_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  25      VERSIO_SEQUENCE_INTERVAL = "Time between sequential requests in seconds (Default: 60)"
  26      VERSIO_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  27      VERSIO_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  28  
  29  [Links]
  30    API = "https://www.versio.nl/RESTapidoc/"
  31