aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-06-04 08:51:26 +0100
committerLexi Winter <ivy@FreeBSD.org>2025-06-04 08:51:26 +0100
commit63f6a3181fea59360b2bfe430f5c798f88b22527 (patch)
treea9f5471dfdc5478a5b337854660773e3bea861b4 /Makefile
parent7284f9864fad4432b6a6e641c03adee321148107 (diff)
downloadlfacme-63f6a3181fea59360b2bfe430f5c798f88b22527.tar.gz
lfacme-63f6a3181fea59360b2bfe430f5c798f88b22527.tar.bz2
add a TSIG-based dns validation handler
while here, reorganise and improve documentation a bit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e8fb006..6912dd1 100644
--- a/Makefile
+++ b/Makefile
@@ -10,10 +10,11 @@ MAN8DIR?= ${MANDIR}/man8
HOOKDIR?= ${CONFDIR}/hooks
LIBMODE?= 0644
-LIB= init.sh
+LIB= init.sh dnsutils.sh
CHALLENGEMODE?= 0755
-CHALLENGE= http.sh \
+CHALLENGE= dns.sh \
+ http.sh \
kerberos.sh
BINMODE?= 0755
@@ -30,6 +31,7 @@ HOOK= example-hook.sh
MANMODE?= 0644
MAN5= acme.conf.5 \
domains.conf.5 \
+ lfacme-dns.5 \
lfacme-http.5 \
lfacme-kerberos.5
MAN8= lfacme-renew.8 \