Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

群组新增节点,报No such file ../cert/agency/channel/cert.cnf #1565

Open
idefa opened this issue Nov 3, 2022 · 1 comment
Open

群组新增节点,报No such file ../cert/agency/channel/cert.cnf #1565

idefa opened this issue Nov 3, 2022 · 1 comment
Labels

Comments

@idefa
Copy link

idefa commented Nov 3, 2022

curl -#LO https://raw.githubusercontent.com/FISCO-BCOS/FISCO-BCOS/master-2.0/tools/gen_node_cert.sh
bash gen_node_cert.sh -c ../cert/agency -o newNode

新增节点报:

error on line -1 of ../cert/agency/channel/cert.cnf
140376256989072:error:02001002:system library:fopen:No such file or directory:bss_file.c:175:fopen('../cert/agency/channel/cert.cnf','rb')

解决方案是:

cp ../cert/agency/cert.cnf  ../cert/agency/channel/

来源文档:https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/manual/build_chain.html

@VictorLyl
Copy link
Contributor

我也遇到了这个问题,但是国密版本仍然无法完成,脚本执行完毕没有新节点文件夹,也不报错。参考issue#1630

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants