()
| 425 | } |
| 426 | |
| 427 | func (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 |
no test coverage detected