Versions in this module Expand all Collapse all v1 v1.9.8 Jun 28, 2023 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) + func VerifyCertificate(cert *x509.Certificate) error v1.9.8-rc.9 Jun 28, 2023