Class Puppet::SSL::CertificateAuthority::Interface
In: lib/puppet/ssl/certificate_authority/interface.rb
Parent: Object

Methods

apply   fingerprint   generate   list   method=   new   print   sign   subjects=  

Classes and Modules

Class Puppet::SSL::CertificateAuthority::Interface::InterfaceError

Constants

INTERFACE_METHODS = [:destroy, :list, :revoke, :generate, :sign, :print, :verify, :fingerprint]

Attributes

digest  [R] 
method  [R] 
subjects  [R] 

Public Class methods

Public Instance methods

Actually perform the work.

Print certificate information.

List the hosts.

Set the method to apply.

Print certificate information.

Sign a given certificate.

Set the list of hosts we‘re operating on. Also supports keywords.

[Validate]