Documentation ¶
Index ¶
- func GetBCCSPProvider(peerConfigPathOverride string) (string, errors.Error)
- func GetDefaultRefreshInterval() time.Duration
- func GetMinimumRefreshInterval() time.Duration
- func GetPeerID(peerConfigPathOverride string) (string, errors.Error)
- func GetPeerMSPID(peerConfigPathOverride string) (string, errors.Error)
- type CSRConfig
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBCCSPProvider ¶ added in v0.1.9
GetBCCSPProvider get default BCCSP provider from the peer config
func GetDefaultRefreshInterval ¶ added in v0.1.5
GetDefaultRefreshInterval get default interval
func GetMinimumRefreshInterval ¶ added in v0.1.5
GetMinimumRefreshInterval get minimum refresh interval
Types ¶
type CSRConfig ¶ added in v0.1.5
type CSRConfig struct { CommonName string Country string StateProvince string Locality string Org string OrgUnit string DNSNames []string EmailAddresses []string IPAddresses []net.IP }
CSRConfig used to pass CSR configuration parameters
Click to show internal directories.
Click to hide internal directories.