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.
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. |
cert_type | [R] | |
csr | [R] | |
issuer | [R] | |
name | [R] | |
serial | [R] |