From 8da051789f5cb0b23f8463f606c146efbb3cd985 Mon Sep 17 00:00:00 2001 From: "Roger D. Winans" Date: Wed, 1 Jul 2020 07:16:04 -0400 Subject: [PATCH] Fix statement about lego _FILE env var --- docs/content/https/acme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/https/acme.md b/docs/content/https/acme.md index ef2a27310..5c9137a8f 100644 --- a/docs/content/https/acme.md +++ b/docs/content/https/acme.md @@ -275,9 +275,11 @@ Here is a list of supported `providers`, that can automate the DNS verification, along with the required environment variables and their [wildcard & root domain support](#wildcard-domains). Do not hesitate to complete it. -Every lego environment variable can be overridden by their respective `_FILE` counterpart, which should have a filepath to a file that contains the secret as its value. +Many lego environment variables can be overridden by their respective `_FILE` counterpart, which should have a filepath to a file that contains the secret as its value. For example, `CF_API_EMAIL_FILE=/run/secrets/traefik_cf-api-email` could be used to provide a Cloudflare API email address as a Docker secret named `traefik_cf-api-email`. +For complete details, refer to your provider's _Additional configuration_ link. + | Provider Name | Provider Code | Environment Variables | | |-------------------------------------------------------------|----------------|---------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------| | [ACME DNS](https://github.com/joohoi/acme-dns) | `acme-dns` | `ACME_DNS_API_BASE`, `ACME_DNS_STORAGE_PATH` | [Additional configuration](https://go-acme.github.io/lego/dns/acme-dns) |