]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ssl/recipes/default.rb
nominatim: remove old php settings
[chef.git] / cookbooks / ssl / recipes / default.rb
index fa4ab02d8f1bf8cd3cec1dc6a984f42a658bc03c..17bb6339ecf4bf2e4aa5324a6c5c518ee85598da 100644 (file)
@@ -1,8 +1,8 @@
 #
-# Cookbook Name:: ssl
+# Cookbook:: ssl
 # Recipe:: default
 #
-# Copyright 2011, OpenStreetMap Foundation
+# Copyright:: 2011, OpenStreetMap Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 package "openssl"
 package "ssl-cert"
 
-%w[letsencrypt dhparam].each do |certificate|
-  cookbook_file "/etc/ssl/certs/#{certificate}.pem" do
-    owner "root"
-    group "root"
-    mode 0o444
-    backup false
-  end
+cookbook_file "/etc/ssl/certs/dhparam.pem" do
+  owner "root"
+  group "root"
+  mode "444"
+  backup false
 end