mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: generate
This commit is contained in:
parent
a7661b0248
commit
c709bdbada
2 changed files with 6 additions and 6 deletions
2
cmd/zz_gen_cmd_dnshelp.go
generated
2
cmd/zz_gen_cmd_dnshelp.go
generated
|
|
@ -2751,7 +2751,7 @@ func displayDNSHelp(w io.Writer, name string) error {
|
|||
ew.writeln()
|
||||
|
||||
ew.writeln(`Credentials:`)
|
||||
ew.writeln(` - "NAMESURFER_API_ENDPOINT": NameSurfer API endpoint URL (e.g., https://namesurfer.example.com:8443/API_10/NSService_10/)`)
|
||||
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()
|
||||
|
|
|
|||
10
docs/content/dns/zz_gen_namesurfer.md
generated
10
docs/content/dns/zz_gen_namesurfer.md
generated
|
|
@ -26,9 +26,9 @@ Configuration for [FusionLayer NameSurfer](https://www.fusionlayer.com/).
|
|||
Here is an example bash command using the FusionLayer NameSurfer provider:
|
||||
|
||||
```bash
|
||||
NAMESURFER_API_ENDPOINT=https://your-namesurfer-server.example.com:8443/API_10/NSService_10/jsonrpc10 \
|
||||
NAMESURFER_API_KEY=your_api_key \
|
||||
NAMESURFER_API_SECRET=your_api_secret \
|
||||
NAMESURFER_API_ENDPOINT=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,7 +39,7 @@ lego --dns namesurfer -d '*.example.com' -d example.com run
|
|||
|
||||
| Environment Variable Name | Description |
|
||||
|-----------------------|-------------|
|
||||
| `NAMESURFER_API_ENDPOINT` | NameSurfer API endpoint URL (e.g., https://namesurfer.example.com:8443/API_10/NSService_10/) |
|
||||
| `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 |
|
||||
|
||||
|
|
@ -66,7 +66,7 @@ More information [here]({{% ref "dns#configuration-and-credentials" %}}).
|
|||
|
||||
## More information
|
||||
|
||||
- [API documentation](http://95.128.3.201:8053/API/NSService_10)
|
||||
- [API documentation](https://web.archive.org/web/20260213170737/http://95.128.3.201:8053/API/NSService_10)
|
||||
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
<!-- providers/dns/namesurfer/namesurfer.toml -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue