transip.toml 774 B

12345678910111213141516171819202122232425
  1. Name = "TransIP"
  2. Description = ''''''
  3. URL = "https://www.transip.nl/"
  4. Code = "transip"
  5. Since = "v2.0.0"
  6. Example = '''
  7. TRANSIP_ACCOUNT_NAME = "Account name" \
  8. TRANSIP_PRIVATE_KEY_PATH = "transip.key" \
  9. lego --email you@example.com --dns transip --domains my.example.org run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. TRANSIP_ACCOUNT_NAME = "Account name"
  14. TRANSIP_PRIVATE_KEY_PATH = "Private key path"
  15. [Configuration.Additional]
  16. TRANSIP_POLLING_INTERVAL = "Time between DNS propagation check"
  17. TRANSIP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  18. TRANSIP_TTL = "The TTL of the TXT record used for the DNS challenge"
  19. [Links]
  20. API = "https://api.transip.eu/rest/docs.html"
  21. GoClient = "https://github.com/transip/gotransip"