MCPcopy Create free account
hub / github.com/tendermint/tendermint / RootCAFile

Method RootCAFile

config/config.go:418–420  ·  view source on GitHub ↗

CertificateAuthorityFile returns the full path to the priv_validator_key.json file

()

Source from the content-addressed store, hash-verified

416
417// CertificateAuthorityFile returns the full path to the priv_validator_key.json file
418func (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
423func (cfg *PrivValidatorConfig) KeyFile() string {

Callers 1

DialRemoteSignerFunction · 0.80

Calls 1

rootifyFunction · 0.85

Tested by

no test coverage detected