Skip to content

Key signing issue #2095

Mar 14, 2024 · 1 comments · 7 replies
Discussion options

You must be logged in to vote

Good news! I remembered that I also have apache2 from sury and that required an additional command to fix.

So, the commands that fixed the issue for me were:

sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-apache2.gpg] https://packages.sury.org/apache2/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/apache2.list'

This is considering the fact that /usr/share/keyrings/deb.sury.org-php.gpg was actually already updated so if anyone is reading this with a similar issue, ensure that's updated as well!

Thank …

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@rfay
Comment options

@Morty-Feldman
Comment options

@rfay
Comment options

@Morty-Feldman
Comment options

Answer selected by Morty-Feldman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants