Skip to content

Commit 41da4da

Browse files
authored
Merge pull request #22 from sil-org/feature/document-cloudflare-api-token
Document option of using a Cloudflare API Token
2 parents 9fe918e + f2bab5b commit 41da4da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Copy the `local.env.example` file to `local.env` and update it with appropriate
3535
for environment configuration helps prevent committing it to version control with credentials in it.
3636

3737
Required env vars:
38-
- `DNS_PROVIDER` - A valid value from https://docs.traefik.io/https/acme/#providers. Each provider will also required additional env vars for authentication. For example `cloudflare` requires `CLOUDFLARE_EMAIL` and `CLOUDFLARE_API_KEY`.
38+
- `DNS_PROVIDER` - A valid value from https://docs.traefik.io/https/acme/#providers. Each provider will also required additional env vars for authentication. For example `cloudflare` requires either a `CLOUDFLARE_EMAIL` and `CLOUDFLARE_API_KEY` or just a `CLOUDFLARE_DNS_API_TOKEN`.
3939
- `LETS_ENCRYPT_EMAIL` - An email address to use with Lets Encrypt, does not need to be previously "registered"
4040
- `LETS_ENCRYPT_CA` - Either `staging` or `production`. Traefik does not appear to respect the staging caServer at the moment though.
4141
- `TLD` - Used as the main domain on Lets Encrypt certificate, something like `domain.com`

0 commit comments

Comments
 (0)