Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Cloudflare documentation #813

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading