package
0.0.0-20240104051248-e3e94bd529cf
Repository: https://github.com/11090815/hyperchain.git
Documentation: pkg.go.dev

# README

MSP 成员服务生成密码套件的解释

# Functions

GenerateLocalMSP 1.
GenerateVerifyingMSP 将 signCA 和 tlsCA 里的 x509 证书分别存储到 cacerts 和 tlscacerts 目录中, 然后随机生成一个 ECDSA 私钥,将私钥存储在 keystore 中 (以 ASN.1 DER PEM 格式存储),然后利用 signCA 里的 x509 证书对私钥的公钥签署生成公钥证书,作为 admin 的证书,存储在 admincerts 目中。.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

为了单元测试.