note about private keys

This commit is contained in:
Callan Bryant 2020-05-07 12:54:16 +01:00
parent eddd7d4397
commit 8a419e2e91
No known key found for this signature in database
GPG Key ID: C31FA9DF3ACBFFAA

View File

@ -24,7 +24,14 @@ Quick start -- install wireguard and dsnet, then:
Copy the generated configuration file to your device and connect!
To send configurations, ffsend (with separately transferred password) or a local QR code generator may be used.
To send configurations, ffsend (with separately transferred password) or a
local QR code generator may be used.
The peer private key is generated on the server, which is technically not as
secure as generating it on the client peer and then providing the server the
public key; there is provision to specify a public key in the code when adding
a peer to avoid the server generating the private key. The feature will be
added when requested.
# Configuration overview