Skip to content

Commit 16dda3d

Browse files
authored
Merge pull request #813 from froonix:fnx/cloudflare-zones
Update Cloudflare documentation
2 parents 94874a9 + 7947fcc commit 16dda3d

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

dns_scripts/Cloudflare-README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,18 @@ Cloudflare provides a template for creating an API Token with access to edit
3838
zone records. Tokens must be created with at least '**DNS:Edit** permissions
3939
for 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-
4541
Set the following options in the domain-specific `getssl.cfg`
4642

4743
```
4844
export 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+
```
4953
export CF_ZONE_ID="..."
5054
```
5155

0 commit comments

Comments
 (0)