Skip to content

Commit

Permalink
fix: dnsHome.de documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jan 31, 2023
1 parent 3d32e6a commit 401bf5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/zz_gen_cmd_dnshelp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion docs/content/dns/zz_gen_dnshomede.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lego --email [email protected] --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" >}}).
Expand Down

0 comments on commit 401bf5b

Please sign in to comment.