# # Apache configuration to serve http-01 ACME challenges responses. # This is included from the dehydrated-apache2 package, thought to be used # with dehydrated as packaged in Debian. # Do not proxy ACME challenge responses ProxyPass /.well-known/acme-challenge/ ! # Load the alias module, if not loaded already Include /etc/apache2/mods-available/alias.load Include /etc/apache2/mods-available/alias.conf # Serve ACME challenge responses Alias /.well-known/acme-challenge/ /var/lib/dehydrated/acme-challenges/ Options FollowSymlinks Options -Indexes AllowOverride None # Apache >= 2.3 Require all granted # Apache < 2.3 Order Allow,Deny Allow from all