Class Puppet::SSL::CertificateFactory
In: lib/puppet/ssl/certificate_factory.rb
Parent: Object

The tedious class that does all the manipulations to the certificate to correctly sign it. Yay.

Methods

new   result  

Constants

UNITMAP = { "y" => 365 * 24 * 60 * 60, "d" => 24 * 60 * 60, "h" => 60 * 60, "s" => 1   How we convert from various units to the required seconds.

Attributes

cert_type  [R] 
csr  [R] 
issuer  [R] 
name  [R] 
serial  [R] 

Public Class methods

Public Instance methods

Actually generate our certificate.

[Validate]