From d62d125c367e68f1226d612a4fefbf25032e3b7c Mon Sep 17 00:00:00 2001 From: Callan Bryant Date: Thu, 14 May 2020 21:19:23 +0100 Subject: [PATCH] FAQ note about private keys --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f71327b..818f3ab 100644 --- a/README.md +++ b/README.md @@ -273,3 +273,9 @@ I'm tracking development elsewhere using [dstask](https://github.com/naggie/dstask). I keep public initiated issues on github though, and will probably migrate issues over if this gains use outside of what I'm doing. + +> Client private keys are generated on the server. Can I avoid this? + +Allowing generation of the pub/priv keypair on the client is not yet supported, +but will be soon as provision exists within the code base. Note that whilst +client peer private keys are generated on the server, they are never stored.