Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caddyserver/caddy
/ storageKeyIntermediateKey
Method
storageKeyIntermediateKey
modules/caddypki/ca.go:423–425 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
421
}
422
423
func
(ca CA) storageKeyIntermediateKey() string {
424
return
path.Join(ca.storageKeyCAPrefix(),
"intermediate.key"
)
425
}
426
427
func
(ca CA) newReplacer() *caddy.Replacer {
428
repl := caddy.NewReplacer()
Callers
2
loadOrGenIntermediate
Method · 0.95
genIntermediate
Method · 0.95
Calls
1
storageKeyCAPrefix
Method · 0.95
Tested by
no test coverage detected