mirror of
https://github.com/go-acme/lego.git
synced 2024-12-26 03:09:37 +02:00
fix: dnsHome.de documentation
This commit is contained in:
parent
3d32e6a664
commit
401bf5b4bd
@ -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()
|
||||
|
@ -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" >}}).
|
||||
|
Loading…
Reference in New Issue
Block a user