I am following this tutorial for deploying a node on aws using aws Corda AMI.
But after the registration step,
( java -jar corda.jar initial-registration -p PASSWORD_FOR_NETWORK_ROOT_TRUSTORE
),
its throwing this error:
[ERROR] 10:14:31+0000 [main] internal.NodeStartupLogging.invoke - Exception during node startup: Network root trust store path: '/opt/corda/4.0/certificates/network-root-truststore.jks' doesn't exist [errorCode=szfwpy, moreInformationAt=https://errors.corda.net/ENT/4.0/szfwpy]
It seems like, it is not able to find network-root-truststore.
- Can someone tell me where can we get this certificate from? I copied three certificates from an existing cordapp but it did not have network truststore.
- Is there any proper resource for deploying the cordapp on AWS?