1234567891011121314151617181920212223242526272829303132 |
- Name = "Domeneshop"
- Description = ''''''
- URL = "https://domene.shop"
- Code = "domeneshop"
- Aliases = ["domainnameshop"]
- Since = "v4.3.0"
- Example = '''
- DOMENESHOP_API_TOKEN=<token> \
- DOMENESHOP_API_SECRET=<secret> \
- lego --email example@example.com --dns domeneshop -d '*.example.com' -d example.com run
- '''
- Additional = '''
- ### API credentials
- Visit the following page for information on how to create API credentials with Domeneshop:
- https://api.domeneshop.no/docs/#section/Authentication
- '''
- [Configuration]
- [Configuration.Credentials]
- DOMENESHOP_API_TOKEN = "API token"
- DOMENESHOP_API_SECRET = "API secret"
- [Configuration.Additional]
- DOMENESHOP_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 20)"
- DOMENESHOP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 300)"
- DOMENESHOP_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
- [Links]
- API = "https://api.domeneshop.no/docs"
|