summaryrefslogtreecommitdiff
path: root/chef/lib/chef/certificate.rb
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] remove Chef::CertificateSeth Chisamore2012-10-301-161/+0
* fix whitespaceDaniel DeLeo2012-04-181-12/+12
* remove more unused code from generate_keypair, update rdocDaniel DeLeo2012-04-181-7/+5
* don't create certs we're not usingDaniel DeLeo2012-04-181-32/+1
* Make the validation key a non-admin keyTollef Fog Heen2010-05-041-2/+2
* fixing CHEF-946: don't open validation key O_EXCL, since we now may overwrite...Tim Hinderliter2010-03-251-1/+1
* fixes CHEF-946: on startup, if either the couchdb validation key document orTim Hinderliter2010-03-251-17/+51
* Fixed permissions on validation keys. This resolves CHEF-1015Eric Hankins2010-03-101-0/+3
* Added a chown to the signing_ca and some detection in the chef-server binary ...Eric Hankins2010-03-051-0/+3
* Still doing 1024 keys for a bit longer, see CHEF-1002Adam Jacob2010-03-021-1/+1
* Bump the CA key size to 4096 bitsTollef Fog Heen2010-03-011-1/+1
* Make sure we protect the CA key properlyTollef Fog Heen2010-03-011-1/+1
* Secure the validation key as well.Tollef Fog Heen2010-02-241-1/+1
* fix log level stuff, mkdir_p, and downto idiomChristopher Brown2009-12-101-3/+3
* PL-298 work on webui and related stuffsNuo Yan2009-10-131-2/+2
* Allowing for dynamic cert generation, and web ui token generationAdam Jacob2009-09-241-5/+5
* Adding back in chef-server style authzAdam Jacob2009-09-141-0/+1
* Client registration working, test suite fixes.Adam Jacob2009-09-121-0/+26
* Certificate generation and auth validation workingAdam Jacob2009-09-051-0/+127