func (p *PKI) OutputCACert() (string, error) { return mirror.OutputFileContents(p.Config.CaCertPath) }
func (p *PKI) OutputCAKey() (string, error) { return mirror.OutputFileContents(p.Config.CaKeyPath) }