# Joohoi's ACME-DNS


<!-- Code generated by gen-dns-providers; DO NOT EDIT. -->

Configuration for the [Joohoi's ACME-DNS](https://github.com/joohoi/acme-dns) DNS provider.

See the [lego documentation](https://go-acme.github.io/lego/dns/acme-dns/) for full details.

```yaml
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.

