Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaCertMatcher ¶
type CaCertMatcher func()
type InstanceConfig ¶
type SigstoreRoots ¶
type SigstoreRoots struct {
Roots []InstanceConfig `json:"roots"`
}
func ParseRoots ¶
func ParseRoots(data []byte) (*SigstoreRoots, error)
ParseRoots parses a roots file
func ParseRootsFile ¶
func ParseRootsFile(path string) (*SigstoreRoots, error)
ParseRootsFile parses a sigstore roots file
Click to show internal directories.
Click to hide internal directories.