X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5d511fe466e334435ca1e578c44558a57369ffea..8afa9c8430e784f33e55fca3249324dbb1ec2cec:/cookbooks/mailman/recipes/default.rb diff --git a/cookbooks/mailman/recipes/default.rb b/cookbooks/mailman/recipes/default.rb index 7dab375eb..6dca95067 100644 --- a/cookbooks/mailman/recipes/default.rb +++ b/cookbooks/mailman/recipes/default.rb @@ -41,6 +41,12 @@ end apache_module "expires" apache_module "rewrite" +ssl_certificate "lists.openstreetmap.org" do + domains "lists.openstreetmap.org" + fallback_certificate "openstreetmap" + notifies :reload, "service[apache2]" +end + apache_site "lists.openstreetmap.org" do template "apache.erb" end