diff options
Diffstat (limited to 'domains.conf.sample')
| -rw-r--r-- | domains.conf.sample | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/domains.conf.sample b/domains.conf.sample index 6dace98..41de581 100644 --- a/domains.conf.sample +++ b/domains.conf.sample @@ -31,6 +31,16 @@ # If <name> begins with a '/' then it is an absolute path, # otherwise it is relative to $ACME_HOOKDIR. # This option may be given multiple times. +# +# challenge=<name> +# Use <name> as the challenge handler. If <name> begins +# with '/' then it is an absolute path, otherwise it will +# be searched for in /usr/local/share/lfacme/challenge/ +# then /usr/local/etc/lfacme/challenge/. +# +# One challenge script is supplied with lfacme, "kerberos", +# which uses Kerberized nsupdate(1) to respond to dns-01 +# challenges. # A certificate name of "*" can be used to set the default options for any # following certificates. For example, to use RSA (instead of the default |
