【发布时间】:2019-07-27 01:36:02
【问题描述】:
当加入 UAT Corda 网络并按要求运行初始注册时,Corda 节点在 CSR 完成之前关闭。 https://uat.network.r3.com/pages/joining/joining.html
已被 Corda 节点批准的 CSR 还没有正确的证书。当尝试启动节点时,它会因缺少证书而引发异常。
[ERROR] 2019-07-26T16:47:51,099Z [main] internal.NodeStartupLogging.invoke - Exception during node startup: One or more keyStores (identity or TLS) or trustStore not found.
Please either copy your existing keys and certificates from another node, or if you don't have one yet, fill out the config file and run corda.jar initial-registration.
Read more at: https://docs.corda.net/permissioning.html [errorCode=16fn52g, moreInformationAt=https://errors.corda.net/ENT/4.1/16fn52g] {}
java.lang.IllegalArgumentException: One or more keyStores (identity or TLS) or trustStore not found. Please either copy your existing keys and certificates from another node, or if you don't have one yet, fill out the config file and run corda.jar initial-registration.
Read more at: https://docs.corda.net/permissioning.html
如何完成 CSR 投票?
【问题讨论】:
标签: corda