Skip to content
Snippets Groups Projects
Commit f60d9824 authored by Jemimah Omodior's avatar Jemimah Omodior
Browse files

Document distinction b/w the mainnet and release environments

parent 5dd0469f
No related branches found
No related tags found
1 merge request!6Update "Getting Started"
......@@ -175,7 +175,7 @@ There are multiple URL/certificate pairs associated with different environments.
1. MainNet: [NDF URL](https://elixxir-bins.s3.us-west-1.amazonaws.com/ndf/mainnet.json)
2. Release: [NDF URL](https://elixxir-bins.s3.us-west-1.amazonaws.com/ndf/release.json)
For each environment (for example, mainnet), you can download the NDF and extract the signing certificate from the NDF with:
Mainnet is the main public network while release is a development network. For each environment (for example, mainnet), you can download the NDF and extract the signing certificate from the NDF with:
`echo -e $(base64 -d mainnet.json | head -2 | tail -1 | tr -dc '[[:print:]]' | jq .Registration.Tls_certificate) | sed 's/\"//g' > ndf.crt`
You can also copy and paste the certificates directly from the [command line source code](https://git.xx.network/elixxir/client/-/blob/d8832766fe26b02ef90b7998b2f0083be77b7b0f/cmd/root.go#L56).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment