Class Puppet::SSL::Certificate
In: lib/puppet/ssl/certificate.rb
Parent: Puppet::SSL::Base

Manage certificates themselves. This class has no ‘generate’ method because the CA is responsible for turning CSRs into certificates; we can only retrieve them from the CA (or not, as is often the case).

Methods

Public Class methods

Convert a string into an instance.

Because of how the format handler class is included, this can‘t be in the base class.

Public Instance methods

[Validate]