This commit is contained in:
Fernandez Ludovic 2026-02-13 18:25:00 +01:00
commit a7661b0248

View file

@ -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"