Thread overview
[Issue 24392] Installer not working: Can't check signature: No public key
Feb 13
Robert
February 13
https://issues.dlang.org/show_bug.cgi?id=24392

Robert <robert@guitaronline.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robert@guitaronline.de

--
August 07
https://issues.dlang.org/show_bug.cgi?id=24392

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #1 from Martin Nowak <code@dawg.eu> ---
Due to https://github.com/dlang/dlang.org/pull/3769#issuecomment-2273811808 not signing the updated keyring.

--
August 07
https://issues.dlang.org/show_bug.cgi?id=24392

--- Comment #2 from Martin Nowak <code@dawg.eu> ---
(In reply to Martin Nowak from comment #1)
> Due to https://github.com/dlang/dlang.org/pull/3769#issuecomment-2273811808 not signing the updated keyring.

A workaround is to import the updated key manually for now.

`gpg --recv-keys E22EC04C82780970381402F4A7D4D42F8EC6A355`

--
September 25
https://issues.dlang.org/show_bug.cgi?id=24392

--- Comment #3 from Martin Nowak <code@dawg.eu> ---
More specifically, the keyring was updated by now, but it wasn't signed with any of the existing keys, hence `install.sh update` might fail verifying the new d-keyring. Maybe we should skip that verification step to not complicate bootstrapping that much.

> A workaround is to import the updated key manually for now. `gpg --recv-keys E22EC04C82780970381402F4A7D4D42F8EC6A355`

Actually that should update the dlang keyring, not the default one.

`gpg --keyring ~/dlang/d-keyring.gpg --no-default-keyring --recv-keys E22EC04C82780970381402F4A7D4D42F8EC6A355`

--
September 25
https://issues.dlang.org/show_bug.cgi?id=24392

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--
September 25
https://issues.dlang.org/show_bug.cgi?id=24392

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcookspokane@gmail.com

--- Comment #4 from Martin Nowak <code@dawg.eu> ---
*** Issue 24767 has been marked as a duplicate of this issue. ***

--