neodigit.toml raw

   1  Name = "Neodigit"
   2  Description = ''''''
   3  URL = "https://www.neodigit.net"
   4  Code = "neodigit"
   5  Since = "v4.30.0"
   6  
   7  Example = '''
   8  NEODIGIT_TOKEN=xxxxxx \
   9  lego --dns neodigit -d '*.example.com' -d example.com run
  10  '''
  11  
  12  [Configuration]
  13    [Configuration.Credentials]
  14      NEODIGIT_TOKEN = "API token"
  15    [Configuration.Additional]
  16      NEODIGIT_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
  17      NEODIGIT_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 300)"
  18      NEODIGIT_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  19      NEODIGIT_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  20  
  21  [Links]
  22    API = "https://developers.neodigit.net/#dns"
  23