【问题标题】:How can CSR polling be restarted when joining a Corda Network?加入 Corda 网络时如何重新启动 CSR 轮询?
【发布时间】: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


    【解决方案1】:

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

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

    【讨论】:

      猜你喜欢
      • 2018-09-20
      • 1970-01-01
      • 2019-11-27
      • 1970-01-01
      • 2020-04-17
      • 2014-08-31
      • 2016-12-28
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多