MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / FileCA

Struct FileCA

app/controlplane/pkg/ca/fileca/fileca.go:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35const CAName = "fileCA"
36
37type FileCA struct {
38 ca fulcioca.CertificateAuthority
39}
40
41func New(certPath, keyPath, keyPass string, verify bool) (*FileCA, error) {
42 var err error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected