]> git.openstreetmap.org Git - chef.git/commitdiff
web: add openstreetmap.com to certificate
authorGrant Slater <github@firefishy.com>
Thu, 2 May 2024 08:49:49 +0000 (09:49 +0100)
committerGrant <github@firefishy.com>
Thu, 2 May 2024 09:26:32 +0000 (10:26 +0100)
cookbooks/web/recipes/rails.rb

index 1f3236caa8da777b22e98d602bf6889d2a97d599..ee24dbd8da207273ed82d0f0b0bf3dabf1928058 100644 (file)
@@ -31,11 +31,11 @@ web_passwords = data_bag_item("web", "passwords")
 db_passwords = data_bag_item("db", "passwords")
 
 ssl_certificate "www.openstreetmap.org" do
-  domains ["www.openstreetmap.org", "www.osm.org",
+  domains ["www.openstreetmap.org", "www.osm.org", "www.openstreetmap.com",
            "api.openstreetmap.org", "api.osm.org",
            "maps.openstreetmap.org", "maps.osm.org",
            "mapz.openstreetmap.org", "mapz.osm.org",
-           "openstreetmap.org", "osm.org"]
+           "openstreetmap.org", "osm.org", "openstreetmap.com"]
   notifies :reload, "service[apache2]"
 end