FAQ note about private keys

This commit is contained in:
Callan Bryant 2020-05-14 21:19:23 +01:00
parent caea0352ca
commit d62d125c36
No known key found for this signature in database
GPG Key ID: C31FA9DF3ACBFFAA

View File

@ -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.