nearlyfreespeech.toml 941 B

12345678910111213141516171819202122232425
  1. Name = "NearlyFreeSpeech.NET"
  2. Description = ''''''
  3. URL = "https://nearlyfreespeech.net/"
  4. Code = "nearlyfreespeech"
  5. Since = "v4.8.0"
  6. Example = '''
  7. NEARLYFREESPEECH_API_KEY=xxxxxx \
  8. NEARLYFREESPEECH_LOGIN=xxxx \
  9. lego --email you@example.com --dns nearlyfreespeech --domains my.example.org run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. NEARLYFREESPEECH_API_KEY = "API Key for API requests"
  14. NEARLYFREESPEECH_LOGIN = "Username for API requests"
  15. [Configuration.Additional]
  16. NEARLYFREESPEECH_POLLING_INTERVAL = "Time between DNS propagation check"
  17. NEARLYFREESPEECH_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  18. NEARLYFREESPEECH_TTL = "The TTL of the TXT record used for the DNS challenge"
  19. NEARLYFREESPEECH_HTTP_TIMEOUT = "API request timeout"
  20. NEARLYFREESPEECH_SEQUENCE_INTERVAL = "Time between sequential requests"
  21. [Links]
  22. API = "https://members.nearlyfreespeech.net/wiki/API/Reference"