README: add explicit key distribution notice
This commit is contained in:
parent
0bd9ab6d54
commit
87337db922
|
@ -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
|
ccr -p -a -o my_pubkeys.asc -F Doe # export your pubkeys for friends
|
||||||
|
|
||||||
#see what people sent us
|
#(now you should exchange the pubkeys with friends)
|
||||||
ccr -ina < friends_pubkeys.asc
|
|
||||||
|
#see what people sent us, possibly check the fingerprints
|
||||||
|
ccr -inaf < friends_pubkeys.asc
|
||||||
|
|
||||||
#import Frank's key and rename it
|
#import Frank's key and rename it
|
||||||
ccr -ia -R friends_pubkeys.asc --name "Friendly Frank"
|
ccr -ia -R friends_pubkeys.asc --name "Friendly Frank"
|
||||||
|
|
Loading…
Reference in a new issue