mirror of
https://github.com/go-acme/lego
synced 2026-03-14 22:45:48 +01:00
chore: generate
This commit is contained in:
parent
f3800462e2
commit
728830590d
2 changed files with 3 additions and 3 deletions
2
cmd/zz_gen_cmd_dnshelp.go
generated
2
cmd/zz_gen_cmd_dnshelp.go
generated
|
|
@ -2751,9 +2751,9 @@ func displayDNSHelp(w io.Writer, name string) error {
|
|||
ew.writeln()
|
||||
|
||||
ew.writeln(`Credentials:`)
|
||||
ew.writeln(` - "NAMESURFER_API_ENDPOINT": NameSurfer API (jsonrpc10) endpoint URL (e.g., https://foo.example.com:8443/API/NSService_10)`)
|
||||
ew.writeln(` - "NAMESURFER_API_KEY": API key name`)
|
||||
ew.writeln(` - "NAMESURFER_API_SECRET": API secret`)
|
||||
ew.writeln(` - "NAMESURFER_BASE_URL": The base URL of NameSurfer API (jsonrpc10) endpoint URL (e.g., https://foo.example.com:8443/API/NSService_10)`)
|
||||
ew.writeln()
|
||||
|
||||
ew.writeln(`Additional Configuration:`)
|
||||
|
|
|
|||
4
docs/content/dns/zz_gen_namesurfer.md
generated
4
docs/content/dns/zz_gen_namesurfer.md
generated
|
|
@ -26,7 +26,7 @@ Configuration for [FusionLayer NameSurfer](https://www.fusionlayer.com/).
|
|||
Here is an example bash command using the FusionLayer NameSurfer provider:
|
||||
|
||||
```bash
|
||||
NAMESURFER_API_ENDPOINT=https://foo.example.com:8443/API/NSService_10 \
|
||||
NAMESURFER_BASE_URL=https://foo.example.com:8443/API/NSService_10 \
|
||||
NAMESURFER_API_KEY=xxx \
|
||||
NAMESURFER_API_SECRET=yyy \
|
||||
lego --dns namesurfer -d '*.example.com' -d example.com run
|
||||
|
|
@ -39,9 +39,9 @@ lego --dns namesurfer -d '*.example.com' -d example.com run
|
|||
|
||||
| Environment Variable Name | Description |
|
||||
|-----------------------|-------------|
|
||||
| `NAMESURFER_API_ENDPOINT` | NameSurfer API (jsonrpc10) endpoint URL (e.g., https://foo.example.com:8443/API/NSService_10) |
|
||||
| `NAMESURFER_API_KEY` | API key name |
|
||||
| `NAMESURFER_API_SECRET` | API secret |
|
||||
| `NAMESURFER_BASE_URL` | The base URL of NameSurfer API (jsonrpc10) endpoint URL (e.g., https://foo.example.com:8443/API/NSService_10) |
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue