Back to Lego

FusionLayer NameSurfer

docs/content/dns/zz_gen_namesurfer.md

4.35.22.2 KB
Original Source
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/namesurfer/namesurfer.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->

Configuration for FusionLayer NameSurfer.

<!--more-->
  • Code: namesurfer
  • Since: v4.32.0

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

bash
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 NameDescription
NAMESURFER_API_KEYAPI key name
NAMESURFER_API_SECRETAPI secret
NAMESURFER_BASE_URLThe 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" %}}).

Additional Configuration

Environment Variable NameDescription
NAMESURFER_HTTP_TIMEOUTAPI request timeout in seconds (Default: 30)
NAMESURFER_INSECURE_SKIP_VERIFYWhether to verify the API certificate
NAMESURFER_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 2)
NAMESURFER_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 120)
NAMESURFER_TTLThe TTL of the TXT record used for the DNS challenge in seconds (Default: 300)
NAMESURFER_VIEWDNS 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]({{% ref "dns#configuration-and-credentials" %}}).

More information

<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/namesurfer/namesurfer.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->