updated manpage+readme

This commit is contained in:
TLINDEN
2013-11-04 13:47:08 +01:00
parent ace4826c12
commit 2f5e1cdd2d
7 changed files with 68 additions and 12 deletions

View File

@@ -26,10 +26,13 @@ First, both have create a secret key:
After entering their name, email address and a passphrase to protect
the key, it will be stored in their B<vault file> (by default ~/.pcpvault).
Now, both of them have to export the public key part of their key:
Now, both of them have to export the public key, which has to be
imported by the other one. With B<pcp> you can export the public
part of your primary key, but the better solution is to export
a derived public key especially for the recipient:
Alicia Bobby
pcp1 -p -O alicia.pub pcp1 -p -O bobby.pub
pcp1 -p -r Bobby -O alicia.pub pcp1 -p -r Alicia -O bobby.pub
They've to exchange the public key somehow (which is not my
problem at the moment, use ssh, encrypted mail, whatever). Once exchanged,