This is a newbie tutorial. Some things have been oversimplified to
protect the uninitiated.
See the GnuPG website for more complete
information on GnuPG.
Check the Enigmail/Mozilla
developers site for more information about how to install Enigmail.
This tutorial is written because (IMOHO) there is not much information
at the Engimail site about how to USE Enigmail if you are not already
familiar with PGP/GPG.
gpg -gen-key
You can use several algorithms, etc... but the defaults will be fine.
If the defaults are not appropriate for you, this tutorial is probobally
below your level of expertses anyway ;-)
gpg --list-secret-keys
gpg --export --armor username@domain.com
keyserver horowitz.surfnet.nl:11371
allow-secret-key-import
no-greeting
default-recipient-self
honor-http-proxy
But I'm pretty sure that they were unnecessary.
tail -f ~/.mozilla/EnigLog/enigdbug.txt and watch what happens.
gpg --import publicKey.txt
It looks like this will also work from a saved mail message, folder, or any file
with an armored ASCII key in it.
My best guess is that <Enigmail-->Import public key> will parse the currently
displayed e-mail message for a public-key and import it.
gpg --list-keys
gpg --gen-revoke <key-id>
print this out, and put it in a fire safe.
I don't know how to use it yet... but I can find out how if/when i need it.
Last modified: Wed Nov 23 08:15:58 MST 2005