diff options
Diffstat (limited to 'domains.conf.sample')
| -rw-r--r-- | domains.conf.sample | 5 |
1 files changed, 2 insertions, 3 deletions
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 |
