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.
Click to show internal directories.
Click to hide internal directories.