From 05173c6d32e9ef58979aef8a931e8e865a7e2bd3 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Wed, 14 Apr 2021 21:40:13 +0200 Subject: [PATCH] fix: Domeneshop documentation. --- cmd/zz_gen_cmd_dnshelp.go | 2 +- docs/content/dns/zz_gen_domeneshop.md | 2 +- providers/dns/domeneshop/domeneshop.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/zz_gen_cmd_dnshelp.go b/cmd/zz_gen_cmd_dnshelp.go index 20b088d94a..4142df71d3 100644 --- a/cmd/zz_gen_cmd_dnshelp.go +++ b/cmd/zz_gen_cmd_dnshelp.go @@ -596,7 +596,7 @@ func displayDNSHelp(name string) error { ew.writeln() ew.writeln(`Credentials:`) - ew.writeln(` - "DOMENESHOP_API_PASSWORD": API secret`) + ew.writeln(` - "DOMENESHOP_API_SECRET": API secret`) ew.writeln(` - "DOMENESHOP_API_TOKEN": API token`) ew.writeln() diff --git a/docs/content/dns/zz_gen_domeneshop.md b/docs/content/dns/zz_gen_domeneshop.md index 223ee3a480..ec12b94302 100644 --- a/docs/content/dns/zz_gen_domeneshop.md +++ b/docs/content/dns/zz_gen_domeneshop.md @@ -33,7 +33,7 @@ lego --email example@example.com --dns domeneshop --domains example.com run | Environment Variable Name | Description | |-----------------------|-------------| -| `DOMENESHOP_API_PASSWORD` | API secret | +| `DOMENESHOP_API_SECRET` | API secret | | `DOMENESHOP_API_TOKEN` | API token | The environment variable names can be suffixed by `_FILE` to reference a file instead of a value. diff --git a/providers/dns/domeneshop/domeneshop.toml b/providers/dns/domeneshop/domeneshop.toml index 3e283123e3..5dffea7b6d 100644 --- a/providers/dns/domeneshop/domeneshop.toml +++ b/providers/dns/domeneshop/domeneshop.toml @@ -21,7 +21,7 @@ Visit the following page for information on how to create API credentials with D [Configuration] [Configuration.Credentials] DOMENESHOP_API_TOKEN = "API token" - DOMENESHOP_API_PASSWORD = "API secret" + DOMENESHOP_API_SECRET = "API secret" [Configuration.Additional] DOMENESHOP_POLLING_INTERVAL = "Time between DNS propagation check" DOMENESHOP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"