GPG error: http://packages.cloud.google.com/apt EXPKEYSIG 3746C208A7317B0F

When running sudo apt update on Debian, the following error appears.

 GPG error: http://packages.cloud.google.com/apt cloud-sdk-stretch InRelease: The following signatures were invalid: EXPKEYSIG 3746C208A7317B0F 
+5
source share
1 answer

This is a known issue.

https://cloud.google.com/compute/docs/troubleshooting/known-issues#keyexpired

To get the last key, run the following command:

curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -

+10
source

Source: https://habr.com/ru/post/1276196/


All Articles