# Use Apache2 to serve ACME requests; either directly, or by passing
# them over to a locally-bound lacme webserver component.
#
# This file needs to be sourced to the server directives (at least the
# non-ssl one) of each virtual host requiring authorization.
# Alternatively, run `a2enconf lacme` and reload apache2.
# Pass ACME requests to lacme's webserver component
ProxyPass unix://@@runstatedir@@/lacme-www.socket|http://localhost/.well-known/acme-challenge/
Require all granted
## Alternatively, you can let Apache2 serve the requests by
## setting 'challenge-directory' to '/var/www/acme-challenge' in
## lacme's configuration file and uncomment the following:
#
# Alias /.well-known/acme-challenge/ /var/www/acme-challenge/
#
# Options none
# AllowOverride none
# Require all granted
#
#