Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertSigner ¶
type CertSigner struct {
// contains filtered or unexported fields
}
func NewCertSigner ¶
func NewCertSigner(puppetConfig puppetconfig.PuppetConfig, log *log.Logger, watcher *interfaces.FsnotifyWatcher, notifyCallback func(message string)) (*CertSigner, error)
func (*CertSigner) ProcessingBacklogLength ¶
func (ctx *CertSigner) ProcessingBacklogLength() int
func (*CertSigner) Shutdown ¶
func (ctx *CertSigner) Shutdown()
func (*CertSigner) Sign ¶
func (ctx *CertSigner) Sign(hostname string, cleanExistingCert bool) <-chan SigningResult
type SigningResult ¶
Click to show internal directories.
Click to hide internal directories.