From 8c53d1ffc27b8d7cce67276493443b1c220456ad Mon Sep 17 00:00:00 2001 From: Robby Grossman Date: Tue, 17 Jul 2012 15:23:12 -0400 Subject: [PATCH] Provide a link to the stud cookbook I developed and open sourced for those who deploy it via Chef. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5edfe50..5690df5 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,14 @@ To use DH with stud, you will need to add some bytes to your pem file: Be sure to set your cipher suite appropriately: -c DHE-RSA-AES256-SHA + +Deploying with Chef +------------------- + +If you're using Chef for your server infrastructure, you may want to use the premade [stud cookbook](http://community.opscode.com/cookbooks/stud). + +It is maintained in its own [github repository](https://github.com/freerobby/chef-stud). + Authors -------