diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-18 00:03:03 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-18 00:03:03 +0100 |
commit | 95dc736f1b2babcb18215ada77cbe0dd988c6e26 (patch) | |
tree | 37cbad32f71d76982261bf599d62441ab70d367f | |
parent | 90460cea8371574e82145cb7f1b06a3e1d3d8bf4 (diff) |
do not mix know and now ..
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r-- | pgp.adoci | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ Last but not least, back to our virtual machine, we can import the key using: === Problem 2: testing the key to sign an email === -We will know try to sign an email with our private key and see if a client can +We will now try to sign an email with our private key and see if a client can verify our signature depending if he possesses our public key or not. ==== Resolution ==== @@ -44,7 +44,7 @@ we use it again to fetch the new emails. 'mutt' gives us the following warning: > gpg: Can't check signature: public key not found That output confirms us that this client cannot verify our signature because he -does not possess our public key. We will know install it on his machine using: +does not possess our public key. We will now install it on his machine using: $ gpg --recv-keys --keyserver keyserver.ubuntu.com D417B348 |