le-cert-server
GitHub

FusionLayer NameSurfer

Configuration for the FusionLayer NameSurfer DNS provider.

See the lego documentation for full details.

letsEncrypt:
  dnsProvider: "namesurfer"
  dnsCredentials:
    # NAMESURFER_API_KEY: API key name
    apiKey: ""
    # NAMESURFER_API_SECRET: API secret
    apiSecret: ""
    # NAMESURFER_BASE_URL: The base URL of NameSurfer API (jsonrpc10) endpoint URL (e.g., https://foo.example.com:8443/API/NSService_10)
    baseURL: ""
    # NAMESURFER_POLLING_INTERVAL: Time between DNS propagation check in seconds (Default: 2)
    pollingInterval: ""
    # NAMESURFER_PROPAGATION_TIMEOUT: Maximum waiting time for DNS propagation in seconds (Default: 120)
    propagationTimeout: ""
    # NAMESURFER_TTL: The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)
    ttl: ""
    # NAMESURFER_VIEW: DNS view name (optional, default: empty string)
    view: ""

Credentials are passed directly to lego using strong types and are never written to the process environment. You may also use the raw lego environment-variable names as keys instead of the normalized names.

Edit this page on GitHub