加入 Corda 网络时如何重新启动 CSR 轮询?

How can CSR polling be restarted when joining a Corda Network?

当加入 UAT Corda 网络和 运行 根据要求初始注册时,Corda 节点在 CSR 完成之前关闭。 https://uat.network.r3.com/pages/joining/joining.html

CSR 已被 Corda 节点批准,但还没有正确的证书。尝试启动节点时,它会因缺少证书而抛出异常。

[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投票?

可以重新运行初始注册,并将根据 certificate-request-id.txt 证书目录中的 CSR id 恢复轮询。重新运行用于启动 CSR 的相同命令。

java -jar <CORDA JAR FILE> –initial-registration –network-root-truststore-password <TRUST STORE PASSWORD>