1234567891011121314151617181920212223242526 |
- Name = "Name.com"
- Description = ''''''
- URL = "https://www.name.com"
- Code = "namedotcom"
- Since = "v0.5.0"
- Example = '''
- NAMECOM_USERNAME=foo.bar \
- NAMECOM_API_TOKEN=a379a6f6eeafb9a55e378c118034e2751e682fab \
- lego --email you@example.com --dns namedotcom -d '*.example.com' -d example.com run
- '''
- [Configuration]
- [Configuration.Credentials]
- NAMECOM_USERNAME = "Username"
- NAMECOM_API_TOKEN = "API token"
- [Configuration.Additional]
- NAMECOM_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 20)"
- NAMECOM_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 900)"
- NAMECOM_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
- NAMECOM_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
- [Links]
- API = "https://www.name.com/api-docs/DNS"
- GoClient = "https://github.com/namedotcom/go"
|