From: Grant Slater Date: Fri, 3 Aug 2018 09:44:35 +0000 (+0100) Subject: Add short form aliases to tile certificate X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c9f13f15401c2d51a5a044973449bba0a42fe2a4 Add short form aliases to tile certificate --- diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 250edef48..3417708f3 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -113,7 +113,11 @@ ssl_certificate "tile.openstreetmap.org" do domains ["tile.openstreetmap.org", "a.tile.openstreetmap.org", "b.tile.openstreetmap.org", - "c.tile.openstreetmap.org"] + "c.tile.openstreetmap.org", + "tile.osm.org", + "a.tile.osm.org", + "b.tile.osm.org", + "c.tile.osm.org"] notifies :restart, "service[nginx]" end