FusionLayer NameSurfer

Configuration for FusionLayer NameSurfer.

  • Code: namesurfer
  • Since: v4.32.0

Here is an example bash command using the FusionLayer NameSurfer provider:

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

Credentials

Environment Variable Name Description
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.

Additional Configuration

Environment Variable Name Description
NAMESURFER_HTTP_TIMEOUT API request timeout in seconds (Default: 30)
NAMESURFER_INSECURE_SKIP_VERIFY Whether to verify the API certificate
NAMESURFER_POLLING_INTERVAL Time between DNS propagation check in seconds (Default: 2)
NAMESURFER_PROPAGATION_TIMEOUT Maximum waiting time for DNS propagation in seconds (Default: 120)
NAMESURFER_TTL The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)
NAMESURFER_VIEW DNS view name (optional, default: empty string)

The environment variable names can be suffixed by _FILE to reference a file instead of a value. More information here.

More information