From e802ffb7c028f6a39dd4fc790b7858ee60effbe5 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Tue, 3 Jun 2025 13:06:16 +0100 Subject: make "http" the default challenge handler --- domains.conf.sample | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'domains.conf.sample') diff --git a/domains.conf.sample b/domains.conf.sample index 98422bc..5eb66d4 100644 --- a/domains.conf.sample +++ b/domains.conf.sample @@ -41,9 +41,8 @@ # The challenge handler is passed to uacme(1), so you can use # any uacme-compatible handler here. # -# One challenge handler is supplied with lfacme, "kerberos", -# which uses Kerberized nsupdate(1) to respond to dns-01 -# challenges. This is the default handler. +# Two handlers are supplied with lfacme: "http" and "kerberos". +# The default handler is "http". ## # A certificate name of "*" can be used to set the default options for any -- cgit v1.2.3