Skip to content

Instantly share code, notes, and snippets.

@dodizzle
Created December 15, 2011 21:41
Show Gist options
  • Select an option

  • Save dodizzle/1483038 to your computer and use it in GitHub Desktop.

Select an option

Save dodizzle/1483038 to your computer and use it in GitHub Desktop.
cookbook_file "/etc/ssl/certs/star_#{node.domain}.pem" do
source "star_#{node.domain}.pem"
owner "root"
group "root"
mode 0755
end
cookbook_file "/etc/ssl/private/star_#{node.domain}.key" do
source "star_#{node.domain}.key"
owner "root"
group "root"
mode 0740
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment