allinkl.toml 765 B

123456789101112131415161718192021222324
  1. Name = "all-inkl"
  2. Description = ''''''
  3. URL = "https://all-inkl.com"
  4. Code = "allinkl"
  5. Since = "v4.5.0"
  6. Example = '''
  7. ALL_INKL_LOGIN=xxxxxxxxxxxxxxxxxxxxxxxxxx \
  8. ALL_INKL_PASSWORD=yyyyyyyyyyyyyyyyyyyyyyyyyy \
  9. lego --email you@example.com --dns allinkl --domains my.example.org run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. ALL_INKL_LOGIN = "KAS login"
  14. ALL_INKL_PASSWORD = "KAS password"
  15. [Configuration.Additional]
  16. ALL_INKL_POLLING_INTERVAL = "Time between DNS propagation check"
  17. ALL_INKL_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  18. ALL_INKL_HTTP_TIMEOUT = "API request timeout"
  19. [Links]
  20. API = "https://kasapi.kasserver.com/dokumentation/phpdoc/index.html"
  21. Guide = "https://kasapi.kasserver.com/dokumentation/"