forked from TrueCloudLab/lego
domeneshop: fix documentation (#1390)
This commit is contained in:
parent
e38e32b906
commit
4b22b38d7a
3 changed files with 3 additions and 3 deletions
|
@ -596,7 +596,7 @@ func displayDNSHelp(name string) error {
|
||||||
ew.writeln()
|
ew.writeln()
|
||||||
|
|
||||||
ew.writeln(`Credentials:`)
|
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(` - "DOMENESHOP_API_TOKEN": API token`)
|
||||||
ew.writeln()
|
ew.writeln()
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ lego --email example@example.com --dns domeneshop --domains example.com run
|
||||||
|
|
||||||
| Environment Variable Name | Description |
|
| Environment Variable Name | Description |
|
||||||
|-----------------------|-------------|
|
|-----------------------|-------------|
|
||||||
| `DOMENESHOP_API_PASSWORD` | API secret |
|
| `DOMENESHOP_API_SECRET` | API secret |
|
||||||
| `DOMENESHOP_API_TOKEN` | API token |
|
| `DOMENESHOP_API_TOKEN` | API token |
|
||||||
|
|
||||||
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
|
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
|
||||||
|
|
|
@ -21,7 +21,7 @@ Visit the following page for information on how to create API credentials with D
|
||||||
[Configuration]
|
[Configuration]
|
||||||
[Configuration.Credentials]
|
[Configuration.Credentials]
|
||||||
DOMENESHOP_API_TOKEN = "API token"
|
DOMENESHOP_API_TOKEN = "API token"
|
||||||
DOMENESHOP_API_PASSWORD = "API secret"
|
DOMENESHOP_API_SECRET = "API secret"
|
||||||
[Configuration.Additional]
|
[Configuration.Additional]
|
||||||
DOMENESHOP_POLLING_INTERVAL = "Time between DNS propagation check"
|
DOMENESHOP_POLLING_INTERVAL = "Time between DNS propagation check"
|
||||||
DOMENESHOP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
DOMENESHOP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
||||||
|
|
Loading…
Reference in a new issue