Skip to content
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

Release Key for OpenARC Builds has expired #150

Open
MrPeteH opened this issue Dec 15, 2021 · 5 comments
Open

Release Key for OpenARC Builds has expired #150

MrPeteH opened this issue Dec 15, 2021 · 5 comments

Comments

@MrPeteH
Copy link

MrPeteH commented Dec 15, 2021

It's a bit tough to install without a current key ;)
https://download.opensuse.org/repositories/home:/andreasschulze/Debian_10/Release.key

Workaround:
deb [allow-insecure=yes] https://download.opensuse.org/repositories/home%3A/andreasschulze/Debian_10 ./

@glts
Copy link

glts commented Dec 15, 2021

OpenARC releases in this repository are not signed.

Better report this wherever you found the signed artefact. There is nothing that can be done here.

@MrPeteH
Copy link
Author

MrPeteH commented Dec 15, 2021

I will try to find him... unfortunately, the openarc email listserver also appears busted: it doesn't confirm a subscribe...

@andreasschulze
Copy link

the key was automatically updated today. Could you contact me directly with information about your your issues with the listserver?

@xpunkt
Copy link

xpunkt commented Dec 21, 2021 via email

@MrPeteH
Copy link
Author

MrPeteH commented Mar 16, 2024

Ugh. @andreasschulze infrastructure changes in the Debian/Ubuntu apt-* world have obsoleted quite a few signing methodologies. I've gotten as far as finding a set of commands that can convert an auto-created Release.key file into a valid signature in a "modern" no-more apt-key context. This can probably be simplified... and I suspect there's an appropriate new keyring file that opensuse (??) ought to be providing (see https://wiki.debian.org/DebianRepository/UseThirdParty#OpenPGP_certificate_distribution)

(My source of insight for the following is the top answer in https://askubuntu.com/questions/1286545/what-commands-exactly-should-replace-the-deprecated-apt-key )

#all under sudo
wget https://download.opensuse.org/repositories/home:/andreasschulze/Debian_11/Release.key
gpg --no-default-keyring --keyring ./temp-keyring.gpg --import Release.key
gpg --no-default-keyring --keyring ./temp-keyring.gpg --export --output home_andreasschulze.gpg
rm temp-keyring.gpg*
mkdir /etc/apt/keyrings
chmod 755 /etc/apt/keyrings
mv home_andreasschulze.gpg /etc/apt/keyrings/

Now insert the following or equivalent into sources.list.d/openarc.list
deb [signed-by=/etc/apt/keyrings/home_andreasschulze.gpg] http://download.opensuse.org/repositories/home:/andreasschulze/Debian_11/ /
Voila, updates are again working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants