X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3922c25396b0aa995547e6caa3dc6f8b7e993f95..5aa1c0ada526fc73d87e859e09a0a977092ebac3:/cookbooks/mailman/templates/default/apache.erb?ds=sidebyside
diff --git a/cookbooks/mailman/templates/default/apache.erb b/cookbooks/mailman/templates/default/apache.erb
index 6b12ce994..f5d61b17f 100644
--- a/cookbooks/mailman/templates/default/apache.erb
+++ b/cookbooks/mailman/templates/default/apache.erb
@@ -7,6 +7,7 @@
CustomLog /var/log/apache2/<%= @name %>-access.log combined
ErrorLog /var/log/apache2/<%= @name %>-error.log
+ RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/
RedirectPermanent / https://<%= @name %>/
@@ -15,6 +16,10 @@
ServerAdmin postmaster@openstreetmap.org
ServerSignature On
+ SSLEngine on
+ SSLCertificateFile /etc/ssl/certs/<%= @name %>.pem
+ SSLCertificateKeyFile /etc/ssl/private/<%= @name %>.key
+
CustomLog /var/log/apache2/<%= @name %>-access.log combined
ErrorLog /var/log/apache2/<%= @name %>-error.log
LogLevel warn
@@ -34,6 +39,7 @@
Options Indexes FollowSymLinks
AllowOverride None
+ Require all granted
Alias /pipermail/ /var/lib/mailman/archives/public/
@@ -52,7 +58,7 @@
ScriptAlias /subscribe /usr/lib/cgi-bin/mailman/subscribe
ScriptAlias /mailman/ /usr/lib/cgi-bin/mailman/
-
+
ExpiresActive On
ExpiresDefault "access plus 180 days"