Skip to content

Commit

Permalink
Update Cloudflare documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
killerbees19 committed Jul 24, 2023
1 parent a3a26cb commit 7947fcc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions dns_scripts/Cloudflare-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,18 @@ Cloudflare provides a template for creating an API Token with access to edit
zone records. Tokens must be created with at least '**DNS:Edit** permissions
for the domain to add/delete records.

The API requires higher privileges to be able to list zones, therefore this
method also requires the **Zone ID** from the Overview tab in the Cloudflare
Dashboard.

Set the following options in the domain-specific `getssl.cfg`

```
export CF_API_TOKEN="..."
```

By default, the associated **Zone ID** is searched automatically. However, it
is also possible to configure the Zone ID manually. This might be necessary
if there are a lot of zones. You can find the Zone ID at the Overview tab in
the Cloudflare Dashboard.

```
export CF_ZONE_ID="..."
```

Expand Down

0 comments on commit 7947fcc

Please sign in to comment.