Documentation ¶
Index ¶
Constants ¶
View Source
const (
CRControllerName = "certificaterequests-issuer-ca"
)
Variables ¶
This section is empty.
Functions ¶
func NewCA ¶
func NewCA(ctx *controllerpkg.Context) certificaterequests.Issuer
Types ¶
type CA ¶
type CA struct {
// contains filtered or unexported fields
}
func (*CA) Sign ¶
func (c *CA) Sign(ctx context.Context, cr *cmapi.CertificateRequest, issuerObj cmapi.GenericIssuer) (*issuerpkg.IssueResponse, error)
Sign signs a certificate request. Returns a nil certificate and no error when the error is not retryable, i.e., re-running the Sign command will lead to the same result. A retryable error would be for example a network failure.
Click to show internal directories.
Click to hide internal directories.