+["openstreetmap", "tile.openstreetmap", "crm.osmfoundation"].each do |certificate|
+ if node[:ssl][:certificates].include?(certificate)
+ cookbook_file "/etc/ssl/certs/#{certificate}.pem" do
+ owner "root"
+ group "root"
+ mode 0444
+ backup false
+ end