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)))
m
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 ===

Revision as of 20:13, 7 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 private key, change the directory to the log folder /opt/xxnetwork/node-logs/.


The IDF nodeIDF.json is located in this directory.