Package: letsencrypt.sh Version: 0.1.0-3 Severity: wishlist Hi,
could you consider to provide the attached file as /etc/lighttpd/conf-available/10-letsencrypt.sh-challenge.conf You might leave activating it to the admin. But having the file already in place might make the admin's live easier. If you want to, you could add something like this to README.Debian: """ Letting lighttpd serve the ACME challenges can be accomplished by enabling the letsencrypt.sh-challenge module on most setups: lighty-enable-mod letsencrypt.sh-challenge """ I don't think, it's needed to put this in its own package like the -apache2 one. It's just a file you ship, that wont hurt anyone. Cheers Elrond
alias.url += ( "/.well-known/acme-challenge" => "/var/lib/letsencrypt.sh/acme-challenges" )