[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Configuring epg



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