certs

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2024 License: Apache-2.0 Imports: 13 Imported by: 7

README

certs - a utility for generating self-signed certificates for use in development environments.

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(logger *zerolog.Logger) *Generator

NewGenerator creates a new cert generator.

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