Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSelfSigned ¶
func NewSelfSigned(ctx *controller.Context, issuer v1alpha1.GenericIssuer) (issuer.Interface, error)
Types ¶
type SelfSigned ¶
type SelfSigned struct { *controller.Context // contains filtered or unexported fields }
SelfSigned is an Issuer implementation the simply self-signs Certificates.
func (*SelfSigned) Issue ¶
func (c *SelfSigned) Issue(ctx context.Context, crt *v1alpha1.Certificate) (*issuer.IssueResponse, error)
Click to show internal directories.
Click to hide internal directories.