mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
review
This commit is contained in:
parent
0ebc71059e
commit
a7661b0248
1 changed files with 5 additions and 5 deletions
|
|
@ -5,15 +5,15 @@ Code = "namesurfer"
|
|||
Since = "v4.32.0"
|
||||
|
||||
Example = '''
|
||||
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
|
||||
'''
|
||||
|
||||
[Configuration]
|
||||
[Configuration.Credentials]
|
||||
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"
|
||||
[Configuration.Additional]
|
||||
|
|
@ -25,4 +25,4 @@ lego --dns namesurfer -d '*.example.com' -d example.com run
|
|||
NAMESURFER_INSECURE_SKIP_VERIFY = "Whether to verify the API certificate"
|
||||
|
||||
[Links]
|
||||
API = "http://95.128.3.201:8053/API/NSService_10"
|
||||
API = "https://web.archive.org/web/20260213170737/http://95.128.3.201:8053/API/NSService_10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue