[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Configuring epg
- To: wl-en@ml.gentei.org
- Subject: Configuring epg
- From: "Neal H. Walfield" <neal@walfield.org>
- Date: Thu, 09 Apr 2015 12:24:13 +0200
- User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)
Hi,
I'm using Jessie's wl-beta package (version 2.15.9). I have multiple
secret keys. In my .gnupg/gpg.conf file, I've set:
default-key 0xAACB3243630052D9
Both gpg and gpg2 respect this:
$ echo | gpg2 -s | gpg2
gpg: Signature made Thu 09 Apr 2015 12:20:46 PM CEST
gpg: using RSA key 0x7223B56678E02528
gpg: Good signature from "Neal H. Walfield <neal@walfield.org>" [ultimate]
gpg: aka "Neal H. Walfield <neal@gnupg.org>" [ultimate]
gpg: aka "Neal H. Walfield <neal@g10code.com>" [ultimate]
Primary key fingerprint: 8F17 7771 18A3 3DDA 9BA4 8E62 AACB 3243 6300 52D9
Subkey fingerprint: C03F A641 1B03 AE12 5764 6118 7223 B566 78E0 2528
When I try to sign a message using wanderlust (using
mime-edit-enclose-pgp-signed-region), it uses my old key. I tried
setting epg-user-id as follows:
(setq epg-user-id "0xAACB3243630052D9")
But that didn't change anything.
Any ideas?
Thanks,
Neal