wedos.toml raw

   1  Name = "WEDOS"
   2  Description = ''''''
   3  URL = "https://www.wedos.com"
   4  Code = "wedos"
   5  Since = "v4.4.0"
   6  
   7  Example = '''
   8  WEDOS_USERNAME=xxxxxxxx \
   9  WEDOS_WAPI_PASSWORD=xxxxxxxx \
  10  lego --dns wedos -d '*.example.com' -d example.com run
  11  '''
  12  
  13  [Configuration]
  14    [Configuration.Credentials]
  15      WEDOS_USERNAME = "Username is the same as for the admin account"
  16      WEDOS_WAPI_PASSWORD = "Password needs to be generated and IP allowed in the admin interface"
  17    [Configuration.Additional]
  18      WEDOS_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
  19      WEDOS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 600)"
  20      WEDOS_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  21      WEDOS_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  22  
  23  [Links]
  24    API = "https://kb.wedos.com/en/kategorie/wapi-api-interface/wdns-en/"
  25