-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installer not working: Can't check signature: No public key #715
Labels
Comments
code (@MartinNowak) commented on 2024-08-07T16:03:26ZDue to https://github.com/dlang/dlang.org/pull/3769#issuecomment-2273811808 not signing the updated keyring. |
code (@MartinNowak) commented on 2024-08-07T16:04:41Z(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` |
code (@MartinNowak) commented on 2024-09-25T15:21:35ZMore 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` |
code (@MartinNowak) commented on 2024-09-25T15:23:12Z*** Issue 24767 has been marked as a duplicate of this issue. *** |
This appears to not be working anymore:
|
What I did:
Probably highly insecure but at least it worked... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Robert reported this on 2024-02-13T07:14:12Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=24392
CC List
Description
The text was updated successfully, but these errors were encountered: