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

Method newReplacer

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

Source from the content-addressed store, hash-verified

425}
426
427func (ca CA) newReplacer() *caddy.Replacer {
428 repl := caddy.NewReplacer()
429 repl.Set("pki.ca.name", ca.Name)
430 return repl
431}
432
433// installRoot installs this CA's root certificate into the
434// local trust store(s) if it is not already trusted. The CA

Callers 3

genRootMethod · 0.95
genIntermediateMethod · 0.95
handleCAInfoMethod · 0.80

Calls 1

SetMethod · 0.95

Tested by

no test coverage detected