Module Puppet::SSLCertificates::Support
In: lib/puppet/sslcertificates/support.rb

A module to handle reading of certificates.

Methods

Classes and Modules

Class Puppet::SSLCertificates::Support::InvalidCertificate
Class Puppet::SSLCertificates::Support::MissingCertificate

Attributes

cacert  [R] 

Public Class methods

Some metaprogramming to create methods for retrieving and creating keys. This probably isn‘t fewer lines than defining each separately…

Public Instance methods

A hack method to deal with files that exist with a different case. Just renames it; doesn‘t read it in or anything.

Request a certificate from the remote system. This does all of the work of creating the cert request, contacting the remote system, and storing the cert locally.

[Validate]