From 9b5a2c1032d93d7aac7eac09c542e084a6792961 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Sat, 12 Oct 2024 13:44:06 -0700 Subject: [PATCH] Don't try to get a cert for vector.osm This domain is pointed at fastly, not the backend --- cookbooks/vectortile/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/vectortile/recipes/default.rb b/cookbooks/vectortile/recipes/default.rb index 37fe86b43..6fcf25317 100644 --- a/cookbooks/vectortile/recipes/default.rb +++ b/cookbooks/vectortile/recipes/default.rb @@ -40,7 +40,7 @@ nginx_site "vector.openstreetmap.org" do end ssl_certificate node[:fqdn] do - domains [node[:fqdn], "vector.openstreetmap.org"] + domains [node[:fqdn]] notifies :reload, "service[nginx]" end -- 2.39.5