help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Missing public key when checking signature of my emacs lisp package


From: Stefan Monnier
Subject: Re: Missing public key when checking signature of my emacs lisp package
Date: Sun, 23 Oct 2016 20:23:26 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> What am i doing wrong? Please help me!

Nothing, really.  But Emacs doesn't just check that the signature is
valid: it checks that the code is signed by a trusted authority.
IOW it only accepts signatures from the keys listed in its own keyring,
i.e. those in ~/.emacs.d/elpa/gnupg/pubring.gpg (which is initialized
from e.g. /usr/share/emacs/24.5/etc/package-keyring.gpg).

So you need to manually add your key to that keyring.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]