wireguard-negotiator/README.md

26 lines
562 B
Markdown
Raw Normal View History

2019-12-19 19:48:52 +08:00
2019-12-19 18:03:15 +08:00
# wireguard-negotiator
2019-12-19 19:48:52 +08:00
2019-12-19 18:03:15 +08:00
A not-very-secure manual WireGuard negotiator
2019-12-19 19:48:52 +08:00
## Purpose
`wireguard-negotiator` is built for scenarios where a simple mechanism to exchange and manually accept WireGuard keys is needed. This makes it slightly easier to provision a group of Linux WireGuard peers that peer with a "server".
In summary:
* Manage "client" keys
* Exchange keys over HTTP(S)
* Manually gate new peers
* Generate Ansible INI inventory
## Limitations
* Linux-only
* Manages existing config files only
* Removing peers is a manual process
# Usage
> TODO