Configuration
Options
Orchestrator
- --login=NAME
-
Name of the node as it has been registered with the Orchestrator.
- --orchestrator=URL
-
URL of the Orchestrator to connect to, for example,
wss://stretchy.example.com/. Usewss://for WebSocket with TLS, orws://for WebSocket without TLS.
stretchy-agent uses rustls with rustls-platform-verifier to establish TLS connections. In case of trust issues, consult the documentation of rustls-platform-verifier.
|
- --password=PASSWORD
-
The node’s password.
Passing the password as option is insecure. If possible, use --password-file.
|