dreamhost.toml raw

   1  Name = "DreamHost"
   2  Description = ''''''
   3  URL = "https://www.dreamhost.com"
   4  Code = "dreamhost"
   5  Since = "v1.1.0"
   6  
   7  Example = '''
   8  DREAMHOST_API_KEY="YOURAPIKEY" \
   9  lego --dns dreamhost -d '*.example.com' -d example.com run
  10  '''
  11  
  12  [Configuration]
  13    [Configuration.Credentials]
  14      DREAMHOST_API_KEY = "The API key"
  15    [Configuration.Additional]
  16      DREAMHOST_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 60)"
  17      DREAMHOST_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 3600)"
  18      DREAMHOST_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  19  
  20  [Links]
  21    API = "https://help.dreamhost.com/hc/en-us/articles/217560167-API_overview"
  22