[Issue 19100] install.sh signature verification fails, no public key
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Aug 10 19:06:57 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19100
--- Comment #3 from Seb <greensunny12 at gmail.com> ---
> To answer sebs question, I'm not familiar with ubuntu's "keyring"
And you don't need to. We don't use it. We ship our own keyring on the initial
download, which is at ~/dlang/d-keyring.gpg
You can do the following to check the current keyring:
> gpg --no-default-keyring --keyring ~/dlang/d-keyring.gpg --list-keys
You should see a similar output as on https://dlang.org/gpg_keys.html
Also:
> sha256sum ~/dlang/d-keyring.gpg
4de1bb6028bb1e3d4eefd9e1a1651ad6c372ead0482b63e3aafdfdc0fbb48dbd
/home/seb/dlang/d-keyring.gpg
Are you still experiencing this issue?
--
More information about the Digitalmars-d-bugs
mailing list