CertificateAuthorityFile returns the full path to the priv_validator_key.json file
()
| 416 | |
| 417 | // CertificateAuthorityFile returns the full path to the priv_validator_key.json file |
| 418 | func (cfg *PrivValidatorConfig) RootCAFile() string { |
| 419 | return rootify(cfg.RootCA, cfg.RootDir) |
| 420 | } |
| 421 | |
| 422 | // KeyFile returns the full path to the priv_validator_key.json file |
| 423 | func (cfg *PrivValidatorConfig) KeyFile() string { |
no test coverage detected