Difference between revisions of "Finding Betanet Node Credentials"

From xx network wiki
Jump to navigation Jump to search
m (Protected "Finding Betanet Node Credentials" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
The betanet Node credentials consist of the Node private key and the Node IDF, which are both located on the Node machine:
The BetaNet Node credentials consist of the Node private key, the Node public certificate, and the Node IDF, which are both located on the Node machine:


* {{Inline-code|/opt/xxnetwork/creds/node_key.key|text}}
* {{Inline-code|/opt/xxnetwork/creds/node_key.key|text}}
* {{Inline-code|/opt/xxnetwork/creds/node_cert.crt|text}}
* {{Inline-code|/opt/xxnetwork/node-logs/nodeIDF.json|text}}
* {{Inline-code|/opt/xxnetwork/node-logs/nodeIDF.json|text}}


Line 14: Line 15:


The private key {{Inline-code|node_key.key|text}} is located in this directory.
The private key {{Inline-code|node_key.key|text}} is located in this directory.
=== Node Public Certificate ===
To get the Node public certificate, change the directory to the credentials folder {{Inline-code|/opt/xxnetwork/creds/|text}}.
{{terminal|skin=noborder|text=
<span class="noselect">'''$''' </span>cd /opt/xxnetwork/creds/}}
The public certificate {{Inline-code|node_cert.cert|text}} is located in this directory.


=== Node IDF ===
=== Node IDF ===


To get the Node private key, change the directory to the log folder {{Inline-code|/opt/xxnetwork/node-logs/|text}}.
To get the Node IDF, change the directory to the log folder {{Inline-code|/opt/xxnetwork/node-logs/|text}}.


{{terminal|skin=noborder|text=
{{terminal|skin=noborder|text=
Line 23: Line 33:


The IDF {{Inline-code|nodeIDF.json|text}} is located in this directory.
The IDF {{Inline-code|nodeIDF.json|text}} is located in this directory.
If you cannot find your IDF, you can retrieve it from [https://drive.google.com/drive/folders/1rX6fNT6gQHdXa-FUhO0HtO85_xgU1Cre the repository of IDFs]. The files are named as the base 64 encoding of your node ID. You can use the map.csv to convert from your standard node ID or application ID.

Latest revision as of 02:33, 8 March 2022

The BetaNet Node credentials consist of the Node private key, the Node public certificate, and the Node IDF, which are both located on the Node machine:

  • /opt/xxnetwork/creds/node_key.key
  • /opt/xxnetwork/creds/node_cert.crt
  • /opt/xxnetwork/node-logs/nodeIDF.json

First, connect to the machine. Refer to Get SSH Connection Info for more information.

Node Private Key

To get the Node private key, change the directory to the credentials folder /opt/xxnetwork/creds/.


The private key node_key.key is located in this directory.

Node Public Certificate

To get the Node public certificate, change the directory to the credentials folder /opt/xxnetwork/creds/.


The public certificate node_cert.cert is located in this directory.

Node IDF

To get the Node IDF, change the directory to the log folder /opt/xxnetwork/node-logs/.


The IDF nodeIDF.json is located in this directory.

If you cannot find your IDF, you can retrieve it from the repository of IDFs. The files are named as the base 64 encoding of your node ID. You can use the map.csv to convert from your standard node ID or application ID.