lego/docs/content/dns/zz_gen_acme-dns.md
2022-06-17 00:25:42 +02:00

1.5 KiB

title date draft slug dnsprovider
Joohoi's ACME-DNS 2019-03-03T16:39:46+01:00 false acme-dns
since code url
v1.1.0 acme-dns https://github.com/joohoi/acme-dns

Configuration for Joohoi's ACME-DNS.

  • Code: acme-dns
  • Since: v1.1.0

Here is an example bash command using the Joohoi's ACME-DNS provider:

ACME_DNS_API_BASE=http://10.0.0.8:4443 \
ACME_DNS_STORAGE_PATH=/root/.lego-acme-dns-accounts.json \
lego --email you@example.com --dns acme-dns --domains my.example.org run

Credentials

Environment Variable Name Description
ACME_DNS_API_BASE The ACME-DNS API address
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.

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