conoha.toml 965 B

123456789101112131415161718192021222324252627
  1. Name = "ConoHa"
  2. Description = ''''''
  3. URL = "https://www.conoha.jp/"
  4. Code = "conoha"
  5. Since = "v1.2.0"
  6. Example = '''
  7. CONOHA_TENANT_ID=487727e3921d44e3bfe7ebb337bf085e \
  8. CONOHA_API_USERNAME=xxxx \
  9. CONOHA_API_PASSWORD=yyyy \
  10. lego --email you@example.com --dns conoha -d '*.example.com' -d example.com run
  11. '''
  12. [Configuration]
  13. [Configuration.Credentials]
  14. CONOHA_TENANT_ID = "Tenant ID"
  15. CONOHA_API_USERNAME = "The API username"
  16. CONOHA_API_PASSWORD = "The API password"
  17. [Configuration.Additional]
  18. CONOHA_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  19. CONOHA_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  20. CONOHA_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)"
  21. CONOHA_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  22. CONOHA_REGION = "The region (Default: tyo1)"
  23. [Links]
  24. API = "https://www.conoha.jp/docs/"