namedotcom.toml raw

   1  Name = "Name.com"
   2  Description = ''''''
   3  URL = "https://www.name.com"
   4  Code = "namedotcom"
   5  Since = "v0.5.0"
   6  
   7  Example = '''
   8  NAMECOM_USERNAME=foo.bar \
   9  NAMECOM_API_TOKEN=a379a6f6eeafb9a55e378c118034e2751e682fab \
  10  lego --dns namedotcom -d '*.example.com' -d example.com run
  11  '''
  12  
  13  [Configuration]
  14    [Configuration.Credentials]
  15      NAMECOM_USERNAME = "Username"
  16      NAMECOM_API_TOKEN = "API token"
  17    [Configuration.Additional]
  18      NAMECOM_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 20)"
  19      NAMECOM_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 900)"
  20      NAMECOM_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  21      NAMECOM_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
  22  
  23  [Links]
  24    API = "https://www.name.com/api-docs/DNS"
  25    GoClient = "https://github.com/namedotcom/go"
  26  
  27