Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrSignerInfoLoading = errors.New("unable to read Signer info") ErrCSRCreate = errors.New("unable to create CSR") ErrPKIOperation = errors.New("unable to perform PKI operation") ErrCSRRequestCreate = errors.New("unable to create CSR request") ErrGetRemoteCA = errors.New("error getting remote CA certificate") ErrRemoteConnection = errors.New("error connecting to remote server") ErrConsulConnection = errors.New("error connecting to Service Discovery server") )
Functions ¶
Types ¶
type CSROptions ¶
type CSROptions struct {
// contains filtered or unexported fields
}
type SCEPExt ¶
type SCEPExt struct {
// contains filtered or unexported fields
}
func (*SCEPExt) GetCertificate ¶
func (*SCEPExt) StartClient ¶
Click to show internal directories.
Click to hide internal directories.