Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertOperator ¶
type CertOperator interface {
CreateCertificateKeyPair(ctx context.Context,
csr *x509.Certificate,
caCert *x509.Certificate,
caKey *rsa.PrivateKey) (string, string, *retry.Error)
CreateSelfSignedCertificateKeyPair(
ctx context.Context,
csr *x509.Certificate) (*x509.Certificate, string, *rsa.PrivateKey, string, *retry.Error)
// contains filtered or unexported methods
}
func NewCertOperator ¶
func NewCertOperator(certGenerator certgenerator.CertGenerator) CertOperator
Click to show internal directories.
Click to hide internal directories.