certs

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2026 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertStore

type CertStore interface {
	LatestPrivate(ctx context.Context) (*ecdsa.PrivateKey, error)
	PublicKeys(ctx context.Context) (jwk.Set, string, error)
}

func NewRedisStore

func NewRedisStore(c *Config) CertStore

type Config

type Config struct {
	RedisClient               *redis.Client
	RenewCertBeforeExpiration *time.Duration
}

Jump to

Keyboard shortcuts

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