MCPcopy
hub / github.com/caddyserver/caddy / storageKeyRootKey

Method storageKeyRootKey

modules/caddypki/ca.go:415–417  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

413}
414
415func (ca CA) storageKeyRootKey() string {
416 return path.Join(ca.storageKeyCAPrefix(), "root.key")
417}
418
419func (ca CA) storageKeyIntermediateCert() string {
420 return path.Join(ca.storageKeyCAPrefix(), "intermediate.crt")

Callers 2

loadOrGenRootMethod · 0.95
genRootMethod · 0.95

Calls 1

storageKeyCAPrefixMethod · 0.95

Tested by

no test coverage detected