cms

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2026 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CMS

type CMS interface {
	GetClientCert() (*Cert, error)
	GetServerCert(san net.IP) (*Cert, error)
	ListCerts() ([]*Cert, error)
	DelCertBySAN(san net.IP) error
}

func NewCMS

func NewCMS(conf *config.Config, repo repo.Repo) (CMS, error)

type Cert

type Cert struct {
	CA   []byte
	Cert []byte
	Key  []byte
}

Jump to

Keyboard shortcuts

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