From 95dc736f1b2babcb18215ada77cbe0dd988c6e26 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 18 Jan 2015 00:03:03 +0100 Subject: do not mix know and now .. Signed-off-by: Olivier Gayot --- pgp.adoci | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgp.adoci b/pgp.adoci index 7b7969c..ec226e1 100644 --- a/pgp.adoci +++ b/pgp.adoci @@ -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 -- cgit v1.2.3