Versions in this module Expand all Collapse all v1 v1.8.4 Feb 22, 2022 v1.8.3 Feb 22, 2022 Changes in this version + func InitNodeStakingKeyPair(keyPath, certPath string) error + func LoadTLSCertFromBytes(keyBytes, certBytes []byte) (*tls.Certificate, error) + func LoadTLSCertFromFiles(keyPath, certPath string) (*tls.Certificate, error) + func NewCertAndKeyBytes() ([]byte, []byte, error) + func NewTLSCert() (*tls.Certificate, error)