File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,14 +38,18 @@ Cloudflare provides a template for creating an API Token with access to edit
3838zone records. Tokens must be created with at least '** DNS: Edit ** permissions
3939for the domain to add/delete records.
4040
41- The API requires higher privileges to be able to list zones, therefore this
42- method also requires the ** Zone ID** from the Overview tab in the Cloudflare
43- Dashboard.
44-
4541Set the following options in the domain-specific ` getssl.cfg `
4642
4743```
4844export CF_API_TOKEN="..."
45+ ```
46+
47+ By default, the associated ** Zone ID** is searched automatically. However, it
48+ is also possible to configure the Zone ID manually. This might be necessary
49+ if there are a lot of zones. You can find the Zone ID at the Overview tab in
50+ the Cloudflare Dashboard.
51+
52+ ```
4953export CF_ZONE_ID="..."
5054```
5155
You can’t perform that action at this time.
0 commit comments