forked from TrueCloudLab/lego
mythicbeasts: typo in documentation (#1420)
This commit is contained in:
parent
ed5c0a3869
commit
67d39182ce
3 changed files with 3 additions and 3 deletions
|
@ -1246,11 +1246,11 @@ func displayDNSHelp(name string) error {
|
|||
|
||||
ew.writeln(`Additional Configuration:`)
|
||||
ew.writeln(` - "MYTHICBEASTS_API_ENDPOINT": The endpoint for the API (must implement v2)`)
|
||||
ew.writeln(` - "MYTHICBEASTS_AUTH_API_ENDPOINT": The endpoint for Mythic Beasts' Authentication`)
|
||||
ew.writeln(` - "MYTHICBEASTS_HTTP_TIMEOUT": API request timeout`)
|
||||
ew.writeln(` - "MYTHICBEASTS_POLLING_INTERVAL": Time between DNS propagation check`)
|
||||
ew.writeln(` - "MYTHICBEASTS_PROPAGATION_TIMEOUT": Maximum waiting time for DNS propagation`)
|
||||
ew.writeln(` - "MYTHICBEASTS_TTL": The TTL of the TXT record used for the DNS challenge`)
|
||||
ew.writeln(` - "MYTHICBEASYS_AUTH_API_ENDPOINT": The endpoint for Mythic Beasts' Authentication`)
|
||||
|
||||
ew.writeln()
|
||||
ew.writeln(`More information: https://go-acme.github.io/lego/dns/mythicbeasts`)
|
||||
|
|
|
@ -45,11 +45,11 @@ More information [here](/lego/dns/#configuration-and-credentials).
|
|||
| Environment Variable Name | Description |
|
||||
|--------------------------------|-------------|
|
||||
| `MYTHICBEASTS_API_ENDPOINT` | The endpoint for the API (must implement v2) |
|
||||
| `MYTHICBEASTS_AUTH_API_ENDPOINT` | The endpoint for Mythic Beasts' Authentication |
|
||||
| `MYTHICBEASTS_HTTP_TIMEOUT` | API request timeout |
|
||||
| `MYTHICBEASTS_POLLING_INTERVAL` | Time between DNS propagation check |
|
||||
| `MYTHICBEASTS_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |
|
||||
| `MYTHICBEASTS_TTL` | The TTL of the TXT record used for the DNS challenge |
|
||||
| `MYTHICBEASYS_AUTH_API_ENDPOINT` | The endpoint for Mythic Beasts' Authentication |
|
||||
|
||||
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
|
||||
More information [here](/lego/dns/#configuration-and-credentials).
|
||||
|
|
|
@ -22,7 +22,7 @@ Your API key name is not needed to operate lego.
|
|||
MYTHICBEASTS_PASSWORD = "Password"
|
||||
[Configuration.Additional]
|
||||
MYTHICBEASTS_API_ENDPOINT = "The endpoint for the API (must implement v2)"
|
||||
MYTHICBEASYS_AUTH_API_ENDPOINT = "The endpoint for Mythic Beasts' Authentication"
|
||||
MYTHICBEASTS_AUTH_API_ENDPOINT = "The endpoint for Mythic Beasts' Authentication"
|
||||
MYTHICBEASTS_POLLING_INTERVAL = "Time between DNS propagation check"
|
||||
MYTHICBEASTS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
||||
MYTHICBEASTS_TTL = "The TTL of the TXT record used for the DNS challenge"
|
||||
|
|
Loading…
Reference in a new issue