The documentation on the setting NODE_SEED
is not clear.
First, it says, this is the identity of this node in SCP. Then, it cautions to treat it as a password. Why would I use something as secure as a password for an identity? Finally, there is an example of setting NODE_SEED
with a value (that seems to be) of public key and common name. So, seed (apparently super secret) assigned to public key. Is that right?
Why not simply call it NODE_IDENTIFIER
?
BTW, this setting cannot be left to default value if this is a validating node, right? Otherwise, how would a quorum set (in some other node) address this node if the value were to regenerate in every run?