Class Chef::Certificate
In: lib/chef/certificate.rb
Parent: Object

Methods

Public Class methods

Creates a new key pair, and signs them with the signing certificate and key generated from generate_signing_ca above.

@param [String] The common name for the key pair. @param [Optional String] The subject alternative name. @return [Object, Object] The public and private key objects.

Generates a new CA Certificate and Key, and writes them out to Chef::Config[:signing_ca_cert] and Chef::Config[:signing_ca_key].

[Validate]