certstream

package
v1.9.0-beta.3 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Certstream added in v1.8.0

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

func NewCertstreamFromConfigFile added in v1.8.0

func NewCertstreamFromConfigFile(configPath string) (*Certstream, error)

NewCertstreamFromConfigFile creates a new Certstream server from a config file.

func NewCertstreamServer added in v1.8.0

func NewCertstreamServer(config config.Config) (*Certstream, error)

NewCertstreamServer creates a new Certstream server from a config struct.

func NewRawCertstream

func NewRawCertstream(config config.Config) *Certstream

func (*Certstream) CreateIndexFile

func (cs *Certstream) CreateIndexFile() error

CreateIndexFile creates the index file for the certificate transparency logs. It gets only called when the CLI flag --create-index-file is set.

func (*Certstream) Start added in v1.8.0

func (cs *Certstream) Start()

Start starts the webserver and the watcher. This is a blocking function that will run until the server is stopped.

func (*Certstream) Stop added in v1.8.0

func (cs *Certstream) Stop()

Stop stops the watcher and the webserver.

Jump to

Keyboard shortcuts

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