MCPcopy Create free account
hub / github.com/evenh/intercert / GetCertStorage

Method GetCertStorage

config/config.go:53–55  ·  view source on GitHub ↗

GetCertStorage returns the location on disk for where to store certificates

()

Source from the content-addressed store, hash-verified

51
52// GetCertStorage returns the location on disk for where to store certificates
53func (c *ClientConfig) GetCertStorage() string {
54 return c.Storage + "/certs"
55}

Callers 1

StartClientFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected