From 87337db9226fff84572087aea75cecebff27e74d Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Mon, 13 Jun 2016 08:48:48 +0200 Subject: [PATCH] README: add explicit key distribution notice --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b64dadc..1f0cf16 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,10 @@ margin. Let's play with random data! ccr -p -a -o my_pubkeys.asc -F Doe # export your pubkeys for friends - #see what people sent us - ccr -ina < friends_pubkeys.asc + #(now you should exchange the pubkeys with friends) + + #see what people sent us, possibly check the fingerprints + ccr -inaf < friends_pubkeys.asc #import Frank's key and rename it ccr -ia -R friends_pubkeys.asc --name "Friendly Frank"