PINE + GPG - mini-howtoby Todd WarnerUPDATE! (2005-01-02) I found an excellent article for setting up pine with GPG capabilities. If you still wish to do it manually, skip the article and continue onwards. I still think adding the fingerprint info to your headers is a good idea (if your mailer allows it). NOTE: usage of pine and gnupg (gnupg manual) in general is not included here. Instead this document is just a bare-bones description of how to use them in combination. There are lots of webpages to address their individual use. Manually setting Pine up to use GPG for encrypting and clearsigning messages: Assumption: you have already generated your GPG secret key, etc. (1) cd .gnupg/ (2) ln -s /usr/bin/gpg gpgencrypt; ln -s /usr/bin/gpg gpgclearsign (3) cd .. (4) run pine (5) Enter setup (M for main menu, S for setup). (6) "C" Go into the Config menu (7) arrow down til nearly towards the end. Edit "display-filters" (ie. highlight it and type "a"
(8) edit the sending filters in the same manner (note: "taw" is my username):
(9) I like to include authentication info in my headers. Approximately, halfway down that config. interface, you can find the tag "customized-hdrs". Though not fool-proof, the fingerprint should match the actual fingerprint of the public key. To use it: Upon sending the message with ^x, you should be able to scroll through Mutt: Mutt does this much more sanely, though configuring mutt is non-trivial.
<-- back to main page |