fix: dnsHome.de documentation

This commit is contained in:
Fernandez Ludovic 2023-01-31 17:11:17 +01:00
parent 3d32e6a664
commit 401bf5b4bd
2 changed files with 2 additions and 2 deletions

View file

@ -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()

View file

@ -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" >}}).