[Letsencrypt-devel] Bug#838527: letsencrypt.sh: Ship nginx snippet
Elrond
elrond+bugs.debian.org at samba-tng.org
Wed Sep 21 20:37:54 UTC 2016
Package: letsencrypt.sh
Version: 0.2.0-4
Severity: wishlist
Hi,
This bug has two purposes:
1. Provide a config snippet for nginx to integrate better
with the challenges of letsencrypt.sh
Wether the admin has to fully manually activate it or
wether we can automate this, ... see point 2.
2. Serve as yet another example for #822792
I am undecided, wether we want this (new) bug to be
blocked by #822792 or not.
Okay, to the content:
The attached snippet does the basic configuration for the
challenges.
Until #822792 is fixed, we only have one option where to
put this file:
/etc/nginx/snippets/
The admin then can manually activate it, by adding a
"include snippets/letsencrypt.sh-challenge.conf;" in his
site's config file.
When #822792 is fixed, we will hopefully have a new
directory for this and some way on how to activate it.
Cheers
Elrond
-------------- next part --------------
location /.well-known/acme-challenge/ {
alias /var/lib/letsencrypt.sh/acme-challenges/;
disable_symlinks off;
autoindex off;
}
More information about the Letsencrypt-devel
mailing list