Penguin

Differences between version 60 and predecessor to the previous major change of GPG/PGPNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 60 Last edited on Sunday, February 6, 2005 7:14:25 pm by MattBrown Revert
Older page: version 59 Last edited on Saturday, February 5, 2005 2:28:48 pm by CraigBox Revert
@@ -77,9 +77,9 @@
  
 Go register yourself as being someone where people can come and sign your key: http://www.biglumber.com/index.html 
  
 ---- 
-!!Finding (and signing) Other Keys 
+!!Finding Other Keys 
  
 To get a key by it's keyid you can use: 
  $ gpg --recv-key ''keyid'' 
  
@@ -155,23 +155,8 @@
  =3AHZ 
  -----END PGP PUBLIC KEY BLOCK----- 
  
 ''Of course, if you are using the WebOfTrust, you can import it off the website and it doesn't matter if someone has tampered with it because any tampering will get cause the CryptographicHash not to match and so it won't be trusted anyway.'' --- StuartYeates 
-  
-!!!Signing Someone's Key  
-After you have met someone in person and they have told you what their key ID (or fingerprint) is, and you have verified that they are who they say they are, you can sign their key.  
-  
-1. Get their key (eg from a keyserver)  
- $ gpg --recv-key 2F33F144  
-2. Sign their key  
- $ gpg --sign-key 2F33F144  
-3. Send it back to one of the GPG [KeyServer]s so that others can see that you've signed it  
- $ gpg --send-key 2F33F144  
-(You may have to specify your key server on the command line for the above commands).  
-  
-Signing keys is crucial for authentication (rather than simply encryption) purposes. See the WhySignEmail page.  
-----  
-Information about how to set up pgp or gpg for your mail client has been moved to [GPGMailClients]  
  
 ---- 
  
 !!!General Notes