derak.toml raw

   1  Name = "Derak Cloud"
   2  Description = ''''''
   3  URL = "https://derak.cloud/"
   4  Code = "derak"
   5  Since = "v4.12.0"
   6  
   7  Example = '''
   8  DERAK_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
   9  lego --dns derak -d '*.example.com' -d example.com run
  10  '''
  11  
  12  [Configuration]
  13    [Configuration.Credentials]
  14      DERAK_API_KEY = "The API key"
  15    [Configuration.Additional]
  16      DERAK_WEBSITE_ID = "Force the zone/website ID"
  17      DERAK_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 5)"
  18      DERAK_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
  19      DERAK_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  20      DERAK_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  21