Actions
Feature #15648
openInclude ability to gen private/public key in UI for easier WireGuard client provisioning
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Plus-Next
Release Notes:
Default
Description
- Add a button to "Generate Key Pair" when creating a wireguard Peer - this would execute two commands and display the output
-- command: "wg genkey | tee privatekey | wg pubkey > publickey"
-- private key to be displayed in the input box for saving the peer - include a copy to clipboard hyperlink or button
-- public key to be displayed in a disabled (non retained value) input box for the user to see/copy (if needed) - include a copy to clipboard hyperlink or button
By pre-generating the private/public key the user can then input those into their wireguard client of choice or use the values to generate a wireguard config file.
Also, see issue #15647
Actions