bcosorg / bcos

BCOS平台(Be Credible, Open & Secure)
GNU General Public License v3.0
873 stars 286 forks source link

CA目录的问题 #49

Open fangyincheng opened 7 years ago

fangyincheng commented 7 years ago

文档中说CA的目录在:

/mydata/nodedata/CA/

但是,源代码中有这样的代码:

std::string privateKeyFile = getDataDir() + "/CA/private.key";
std::string pubFile = getDataDir() + "/CA/public.key";

也就是说CA应该在 /mydata/nodedata/data/CA/目录下?还有,文档中的目录路径是nodedata-1命名,感覺文档有点仓促?

cloudwindworld commented 7 years ago

@fangyincheng CA应该在 /mydata/nodedata/data/CA/目录下,文档描述错误。 后续更新文档。谢谢反馈!