le-cert-server
GitHub

F5 XC

Configuration for the F5 XC DNS provider.

See the lego documentation for full details.

letsEncrypt:
  dnsProvider: "f5xc"
  dnsCredentials:
    # F5XC_API_TOKEN: API token
    apiToken: ""
    # F5XC_GROUP_NAME: Group name
    groupName: ""
    # F5XC_TENANT_NAME: XC Tenant shortname
    tenantName: ""
    # F5XC_POLLING_INTERVAL: Time between DNS propagation check in seconds (Default: 2)
    pollingInterval: ""
    # F5XC_PROPAGATION_TIMEOUT: Maximum waiting time for DNS propagation in seconds (Default: 60)
    propagationTimeout: ""
    # F5XC_SERVER: Server domain (Default: console.ves.volterra.io)
    server: ""
    # F5XC_TTL: The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)
    ttl: ""

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