metaname.toml 857 B

123456789101112131415161718192021222324
  1. Name = "Metaname"
  2. Description = ''''''
  3. URL = "https://metaname.net"
  4. Code = "metaname"
  5. Since = "v4.13.0"
  6. Example = '''
  7. METANAME_ACCOUNT_REFERENCE=xxxx \
  8. METANAME_API_KEY=yyyyyyy \
  9. lego --email you@example.com --dns metaname -d '*.example.com' -d example.com run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. METANAME_ACCOUNT_REFERENCE = "The four-digit reference of a Metaname account"
  14. METANAME_API_KEY = "API Key"
  15. [Configuration.Additional]
  16. METANAME_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  17. METANAME_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  18. METANAME_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  19. [Links]
  20. API = "https://metaname.net/api/1.1/doc"
  21. GoClient = "https://github.com/nzdjb/go-metaname"