1---
2title: "Netlify"
3date: 2019-03-03T16:39:46+01:00
4draft: false
5slug: netlify
6---
7
8<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
9<!-- providers/dns/netlify/netlify.toml -->
10<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
11
12Since: v0.3.7
13
14Configuration for [Netlify](https://www.netlify.com).
15
16
17<!--more-->
18
19- Code: `netlify`
20
21Here is an example bash command using the Netlify provider:
22
23```bash
24NETLIFY_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
25lego --dns netlify --domains my.domain.com --email my@email.com run
26```
27
28
29
30
31## Credentials
32
33| Environment Variable Name | Description |
34|-----------------------|-------------|
35| `NETLIFY_TOKEN` | Token |
36
37The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
38More information [here](/lego/dns/#configuration-and-credentials).
39
40
41## Additional Configuration
42
43| Environment Variable Name | Description |
44|--------------------------------|-------------|
45| `NETLIFY_HTTP_TIMEOUT` | API request timeout |
46| `NETLIFY_POLLING_INTERVAL` | Time between DNS propagation check |
47| `NETLIFY_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |
48| `NETLIFY_TTL` | The TTL of the TXT record used for the DNS challenge |
49
50The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
51More information [here](/lego/dns/#configuration-and-credentials).
52
53
54
55
56## More information
57
58- [API documentation](https://open-api.netlify.com/)
59
60<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
61<!-- providers/dns/netlify/netlify.toml -->
62<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
63