Back to Lego

Joohoi's ACME-DNS

docs/content/dns/zz_gen_acme-dns.md

4.35.21.9 KB
Original Source
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/acmedns/acmedns.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->

Configuration for Joohoi's ACME-DNS.

<!--more-->
  • Code: acme-dns
  • Since: v1.1.0

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

bash
ACME_DNS_API_BASE=http://10.0.0.8:4443 \
ACME_DNS_STORAGE_PATH=/root/.lego-acme-dns-accounts.json \
lego --dns "acme-dns" -d '*.example.com' -d example.com run

# or

ACME_DNS_API_BASE=http://10.0.0.8:4443 \
ACME_DNS_STORAGE_BASE_URL=http://10.10.10.10:80 \
lego --dns "acme-dns" -d '*.example.com' -d example.com run

Credentials

Environment Variable NameDescription
ACME_DNS_API_BASEThe ACME-DNS API address
ACME_DNS_STORAGE_BASE_URLThe ACME-DNS JSON account data server.
ACME_DNS_STORAGE_PATHThe 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" %}}).

Additional Configuration

Environment Variable NameDescription
ACME_DNS_ALLOWLISTSource networks using CIDR notation (multiple values should be separated with a comma).

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

<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/acmedns/acmedns.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->