Differences between version 66 and previous revision of GPG/PGPNotes.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 66 | Last edited on Sunday, May 14, 2006 1:46:34 pm | by CraigBox | Revert |
Older page: | version 65 | Last edited on Sunday, May 14, 2006 1:43:00 pm | by CraigBox | Revert |
@@ -145,9 +145,9 @@
!!!General Notes
; How do I delete/cancel a key? : <tt>gpg --gen-revoke <key-id></tt>. Copy the text from this output somewhere very safe, because anyone can use this to revoke your PGP key.
-; How do I ''use'' a revocation cert once you've generated one? : <tt>gpg --import revoke.asc</tt><br/
><tt>gpg --send-key <key-id></tt>
+; How do I ''use'' a revocation cert once you've generated one? : <tt>gpg --import revoke.asc</tt><br><tt>gpg --send-key <key-id></tt>
; How do you change your primary uid? : In 1.0.7+ there is a "primary" command when you use --edit-key which makes the __currently selected__ uid your primary uid. So, to change your UID, you do:
<pre>
gpg --edit-key ''your@email.address''
@@ -170,9 +170,9 @@
<tt>gpg --rebuild-keydb-caches</tt> increases the speed of many operations for existing keyrings.
!!How to get all the keys of people who have signed your key
<pre>
-sig 21100060 2005-02-05 [
[User ID not found]
+sig 21100060 2005-02-05 ~
[User ID not found]
</pre>
So, who are all these numbers that have signed my key?