summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-02-07 20:37:05 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2018-02-07 20:37:05 +0000
commit3b8485e6a3332f12b078cd2a66a622fd39e2f623 (patch)
tree605b94735e3c0eb44a6a5cc2aae7c4d13347fefc
parentRemove the footprint minimizing configuration, as it was breaking things (lik... (diff)
downloadconfig-3b8485e6a3332f12b078cd2a66a622fd39e2f623.tar.bz2
config-3b8485e6a3332f12b078cd2a66a622fd39e2f623.tar.xz
config-3b8485e6a3332f12b078cd2a66a622fd39e2f623.zip
Add a global alias for .well-known to allow certbot to operate on any machine reading/writing /var/www/shared
-rw-r--r--etc/apache/httpd.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/apache/httpd.conf b/etc/apache/httpd.conf
index 2005788..80534ea 100644
--- a/etc/apache/httpd.conf
+++ b/etc/apache/httpd.conf
@@ -116,6 +116,7 @@ PerlSetVar JavaScriptMinifier JavaScript::Minifier::XS
<AuthnProviderAlias ldap ldapauth>
AuthLDAPURL "ldap://localhost:389/ou=Users,dc=random,dc=lan?uid?sub?(objectClass=*)"
</AuthnProviderAlias>
+Alias "/.well-known" "/var/www/shared/letsencrypt/.well-known/"
# Host specific stuff
<VirtualHost *>