Class: Puppet::SSL::StateMachine::Done Private

Inherits:
SSLState show all
Defined in:
lib/puppet/ssl/state_machine.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

We have a CA bundle, optional CRL bundle, a private key and matching cert that chains to one of the root certs in our bundle.

Instance Attribute Summary

Attributes inherited from SSLState

#ssl_context

Method Summary

Methods inherited from SSLState

#initialize, #log_error, #to_error

Constructor Details

This class inherits a constructor from Puppet::SSL::StateMachine::SSLState