corda / corda-kubernetes-deployment

Corda Kubernetes Deployment
Apache License 2.0
29 stars 28 forks source link

[BUG] - Missing info around where to get the network root truststore #41

Open j4ys0n opened 3 years ago

j4ys0n commented 3 years ago

The checklist, under network-setup says to "Download network root truststore to ./helm/files/network" but it doesn't say where to download it from or how to generate it. Can you please provide some info around where to download this from or how to generate it?

henrikr3 commented 3 years ago

Hey j4ys0n, The network root truststore is a Corda specific terminology required to join any Corda network, whether it be the official Corda Network or a private Corda Network or even the Testnet network. Unfortunately this repository does not stipulate exactly from where you should be downloading, since this repository is as agnostic to the deployment environment as can be. Having said that though, there is a section on deploying to Testnet, which you might want to investigate.

For more information on trust root and the official Corda Network read: https://docs.corda.net/docs/corda-enterprise/4.6/node/pki-guide.html https://corda.network/participation/index https://trust.corda.network/trust-root/certificate-policy.html

Best regards, Henrik