Versions in this module Expand all Collapse all v2 v2.3.2 Nov 21, 2021 Changes in this version + type CA interface + CertBytes func() []byte + NewClientCertKeyPair func() (*CertKeyPair, error) + NewIntermediateCA func() (CA, error) + NewServerCertKeyPair func(hosts ...string) (*CertKeyPair, error) + Signer func() crypto.Signer + func NewCA() (CA, error) + type CertKeyPair struct + Cert []byte + Key []byte + TLSCert *x509.Certificate Other modules containing this package github.com/waszqt/fabric