certs

package
v0.33.13 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2026 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertGenConfig

type CertGenConfig struct {
	CommonName       string
	CertKeyPath      string
	CertPath         string
	CertCAPath       string
	DefaultTLSGenDir string
	DNSNames         []string
}

CertGenConfig contains details about how cert generation should happen.

type Generator

type Generator struct {
	// contains filtered or unexported fields
}

Generator generates certs without any external dependencies.

func NewGenerator

func NewGenerator(ctx context.Context) *Generator

NewGenerator creates a new cert generator using the logger from the context.

func (*Generator) MakeDevCert

func (c *Generator) MakeDevCert(cfg *CertGenConfig) error

MakeDevCert creates a development certificate request and private key. It persists it in the work dir and returns the CSR.

Jump to

Keyboard shortcuts

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