<IfModule alias_module>
# This configuration allows for acmetool to run in webroot mode, aliasing
# the ACME challenge to the acmetool runtime challenge directory.
#
#Alias "/.well-known/acme-challenge/" "/var/run/acme/acme-challenge/"
#<Directory "/var/run/acme/acme-challenge">
#    AllowOverride None
#    Options None
#  
#    # If using Apache 2.4+
#    Require all granted
#</Directory>
</IfModule>