Class | Chef::Certificate |
In: |
lib/chef/certificate.rb
|
Parent: | Object |
Creates a new key pair, and signs them with the signing certificate and key generated from generate_signing_ca above.
All arguments are unused, though two arguments are accepted for compatibility.
returns an array of [public_key, private_key]
Generates a new CA Certificate and Key, and writes them out to Chef::Config[:signing_ca_cert] and Chef::Config[:signing_ca_key].