1
0

rcodezero.toml 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. Name = "RcodeZero"
  2. Description = ''''''
  3. URL = "https://www.rcodezero.at/"
  4. Code = "rcodezero"
  5. Since = "v4.13"
  6. Example = '''
  7. RCODEZERO_API_TOKEN=<mytoken> \
  8. lego --email you@example.com --dns rcodezero -d '*.example.com' -d example.com run
  9. '''
  10. Additional = '''
  11. ## Description
  12. Generate your API Token via https://my.rcodezero.at with the `ACME` permissions.
  13. These are special tokens with limited access for ACME requests only.
  14. RcodeZero is an Anycast Network so the distribution of the DNS01-Challenge can take up to 2 minutes.
  15. '''
  16. [Configuration]
  17. [Configuration.Credentials]
  18. RCODEZERO_API_TOKEN = "API token"
  19. [Configuration.Additional]
  20. RCODEZERO_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
  21. RCODEZERO_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 240)"
  22. RCODEZERO_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  23. RCODEZERO_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  24. [Links]
  25. # Note: the API endpoint used inside the client is not documented.
  26. API = "https://my.rcodezero.at/openapi"