在安装创世区块的时候,已经对configtx.yaml进行多次修改,还是显示创世区块的证书有些问题
######背景就是在安装了docker,go等环境下的创世区块的生成,智能合约的纂写
用代码块功能插入代码,请勿粘贴截图。 不用代码块回答率下降 50%
configtxgen -profile TwoOrgsOrdererGenesis -channelID fabric-channel -outputBlock ./channel-artifacts/genesis.block
configtxgen -profile TwoOrgsChannel -outputCreateChannelTx ./channel-artifacts/channel.tx -channelID mychannel
configtxgen -profile TwoOrgsChannel -outputCreateChannelTx ./channel-artifacts/channel1.tx -channelID channel
######执行错误的代码
2022-12-27 23:45:30.404 CST 0004 FATA [common.tools.configtxgen] main -> Error on outputBlock: could not create bootstrapper: could not create channel group: could not create orderer group: failed to create orderer org: 1 - Error loading MSP configuration for org: OrdererOrg: could not load a valid ca certificate from directory cacerts: stat cacerts: no such file or directory
######感觉是证书的代码在configtx.yaml中出现了问题
我想要达到的结果,如果你需要快速回答,请尝试 “付费悬赏”
