From c9f13f15401c2d51a5a044973449bba0a42fe2a4 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 3 Aug 2018 10:44:35 +0100 Subject: [PATCH] Add short form aliases to tile certificate --- cookbooks/tilecache/recipes/default.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5