Merge Wiretrustee init command with wiretrustee up #10

Closed
opened 2025-11-20 05:04:48 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @braginini on GitHub (Jun 2, 2021).

Originally assigned to: @braginini on GitHub.

On ./wiretrustee up check the state if the peer was not already initialized and logged in (config.json) and do:

  • Generate private and public key
  • Call the Peer Management Service with the public key (can be combined with 2.1.3)
  • Peer Management Service will add the peer and reply with an IP and all allowed peers (public keys). Everything by default.
  • When a new peer has been added all other peers have to be notified of a new peer (public key). Refreshing their state.
  • remove ./wiretrustee init
  • remove ./wiretrustee add-peer
Originally created by @braginini on GitHub (Jun 2, 2021). Originally assigned to: @braginini on GitHub. On ./wiretrustee up check the state if the peer was not already initialized and logged in (config.json) and do: - [ ] Generate private and public key - [ ] Call the Peer Management Service with the public key (can be combined with 2.1.3) - [ ] Peer Management Service will add the peer and reply with an IP and all allowed peers (public keys). Everything by default. - [ ] When a new peer has been added all other peers have to be notified of a new peer (public key). Refreshing their state. - [ ] remove ./wiretrustee init - [ ] remove ./wiretrustee add-peer
saavagebueno added the enhancementpeer-management labels 2025-11-20 05:04:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#10