le-cert-server
GitHub

Joohoi's ACME-DNS

Configuration for the Joohoi’s ACME-DNS DNS provider.

See the lego documentation for full details.

letsEncrypt:
  dnsProvider: "acme-dns"
  dnsCredentials:
    # ACME_DNS_API_BASE: The ACME-DNS API address
    dnsAPIBase: ""
    # ACME_DNS_STORAGE_BASE_URL: The ACME-DNS JSON account data server.
    dnsStorageBaseURL: ""
    # ACME_DNS_STORAGE_PATH: The ACME-DNS JSON account data file. A per-domain account will be registered/persisted to this file and used for TXT updates.
    dnsStoragePath: ""

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