From 401bf5b4bd0c9b94eac40969e18fa6bf844f7556 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Tue, 31 Jan 2023 17:11:17 +0100 Subject: [PATCH] fix: dnsHome.de documentation --- cmd/zz_gen_cmd_dnshelp.go | 2 +- docs/content/dns/zz_gen_dnshomede.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/zz_gen_cmd_dnshelp.go b/cmd/zz_gen_cmd_dnshelp.go index fbfc6aa6..cb4e8f14 100644 --- a/cmd/zz_gen_cmd_dnshelp.go +++ b/cmd/zz_gen_cmd_dnshelp.go @@ -581,7 +581,7 @@ func displayDNSHelp(w io.Writer, name string) error { ew.writeln() ew.writeln(`Credentials:`) - ew.writeln(` - "DNSHOMEDE_TOKENS": TXT record names and tokens`) + ew.writeln(` - "DNSHOMEDE_CREDENTIALS": Comma-separated list of domain:password credential pairs`) ew.writeln() ew.writeln() diff --git a/docs/content/dns/zz_gen_dnshomede.md b/docs/content/dns/zz_gen_dnshomede.md index 54cb3bd1..cbd475e5 100644 --- a/docs/content/dns/zz_gen_dnshomede.md +++ b/docs/content/dns/zz_gen_dnshomede.md @@ -40,7 +40,7 @@ lego --email you@example.com --dns dnshomede --domains my.example.org --domains | Environment Variable Name | Description | |-----------------------|-------------| -| `DNSHOMEDE_TOKENS` | TXT record names and tokens | +| `DNSHOMEDE_CREDENTIALS` | Comma-separated list of domain:password credential pairs | The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. More information [here]({{< ref "dns#configuration-and-credentials" >}}).