]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/recipes/web.rb
Remove legacy certificate support
[chef.git] / cookbooks / git / recipes / web.rb
index 5d298e7ca8fe426aef038691ce69471522f324bd..24307121d00256ff535ffb5a0e16151b2c944e09 100644 (file)
@@ -34,7 +34,6 @@ end
 
 ssl_certificate node[:git][:host] do
   domains node[:git][:host]
-  fallback_certificate "openstreetmap"
   notifies :reload, "service[apache2]"
 end