#
-# 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