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)
func (*SelfSigned) Sign ¶ added in v0.9.0
func (c *SelfSigned) Sign(ctx context.Context, cr *v1alpha1.CertificateRequest) (*issuer.IssueResponse, error)
Click to show internal directories.
Click to hide internal directories.