package rootsgetter

import "github.com/google/monologue/rootsgetter"

Package rootsgetter periodically queries a Log for its set of acceptable root certificates and stores them.

Index

Functions

func Run

func Run(ctx context.Context, lc *client.LogClient, st Storage, l *ctlog.Log, period time.Duration)

Run starts a Roots Getter, which periodically queries a Log for its set of acceptable root certificates and stores them.

Types

type Storage

type Storage interface {
	storage.APICallWriter
	storage.RootsWriter
}

Storage interface required by Roots Getter.

Source Files

rootsgetter.go

Version
v0.0.0-20230315160450-1dc62842925e (latest)
Published
Mar 15, 2023
Platform
linux/amd64
Imports
11 packages
Last checked
1 day ago

Tools for package owners.