certoperator

package
v1.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2025 License: MIT Imports: 9 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL