123456789101112131415161718192021222324 |
- Name = "Metaname"
- Description = ''''''
- URL = "https://metaname.net"
- Code = "metaname"
- Since = "v4.13.0"
- Example = '''
- METANAME_ACCOUNT_REFERENCE=xxxx \
- METANAME_API_KEY=yyyyyyy \
- lego --email you@example.com --dns metaname -d '*.example.com' -d example.com run
- '''
- [Configuration]
- [Configuration.Credentials]
- METANAME_ACCOUNT_REFERENCE = "The four-digit reference of a Metaname account"
- METANAME_API_KEY = "API Key"
- [Configuration.Additional]
- METANAME_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
- METANAME_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
- METANAME_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
- [Links]
- API = "https://metaname.net/api/1.1/doc"
- GoClient = "https://github.com/nzdjb/go-metaname"
|