]> git.openstreetmap.org Git - chef.git/commitdiff
Add maps subdomain to main site certificate
authorTom Hughes <tom@compton.nu>
Fri, 14 Jul 2017 18:36:32 +0000 (19:36 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 14 Jul 2017 18:36:32 +0000 (19:36 +0100)
cookbooks/web/recipes/rails.rb

index 14eacc50a43d3993d5eec39a2fb94c3e7b420955..0a96ddf6d5aeedbf0356e6890e34029efe31793e 100644 (file)
@@ -31,6 +31,8 @@ db_passwords = data_bag_item("db", "passwords")
 ssl_certificate "www.openstreetmap.org" do
   domains ["www.openstreetmap.org", "www.osm.org",
            "api.openstreetmap.org", "api.osm.org",
+           "maps.openstreetmap.org", "maps.osm.org",
+           "mapz.openstreetmap.org", "mapz.osm.org",
            "openstreetmap.org", "osm.org"]
   notifies :reload, "service[apache2]"
 end