bmcgonag / Vector

Wireguard Server-side Web-based User Interface
45 stars 9 forks source link

Add ability to enter existing interface public / private key to Vector #1

Closed bmcgonag closed 4 years ago

bmcgonag commented 4 years ago

Story

As a Vector user I want / need the ability to add my own public and private keys for an existing interface I want to have added to the Wireguard server as a peer, but done through the Vector UI.

Acceptance Criteria

Questions

Are Public and Private keys a specific length?

Are there certain characters at any given position we can check to verify the keys entered are (most likely) valid in form?

bmcgonag commented 4 years ago

Complete