From 25c653a14cb31b30996d941efde390b2018960aa Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Sun, 7 Jun 2020 12:33:35 +0200 Subject: [PATCH] doc: fix example of env vars file. (#1182) --- docs/content/dns/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/dns/_index.md b/docs/content/dns/_index.md index 7078e411..d075229c 100644 --- a/docs/content/dns/_index.md +++ b/docs/content/dns/_index.md @@ -41,7 +41,7 @@ $ cat /the/path/to/my/email foo@bar.com $ CLOUDFLARE_EMAIL_FILE=/the/path/to/my/email \ -CLOUDFLARE_API_KEY=/the/path/to/my/key \ +CLOUDFLARE_API_KEY_FILE=/the/path/to/my/key \ lego --dns cloudflare --domains www.example.com --email me@bar.com run ```