Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@YaguraStation
Created August 6, 2017 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YaguraStation/1f707c9c0ebd666ca3e943c7eec8ad0c to your computer and use it in GitHub Desktop.
Save YaguraStation/1f707c9c0ebd666ca3e943c7eec8ad0c to your computer and use it in GitHub Desktop.
Google's Signing Key Change
$ apt-key list
/etc/apt/trusted.gpg
--------------------
pub dsa1024 2007-03-08 [SC]
4CCA 1EAF 950C EE4A B839 76DC A040 830F 7FAC 5991
uid [ unknown] Google, Inc. Linux Package Signing Key <linux-packages-keymaster@google.com>
sub elg2048 2007-03-08 [E]
pub rsa4096 2016-04-12 [SC]
EB4C 1BFD 4F04 2F6D DDCC EC91 7721 F63B D38B 4796
uid [ unknown] Google Inc. (Linux Packages Signing Authority) <linux-packages-keymaster@google.com>
sub rsa4096 2016-04-12 [S] [expires: 2019-04-12]
sub rsa4096 2017-01-24 [S] [expires: 2020-01-24]
$ apt-key list
/etc/apt/trusted.gpg
--------------------
pub dsa1024 2007-03-08 [SC]
4CCA 1EAF 950C EE4A B839 76DC A040 830F 7FAC 5991
uid [ unknown] Google, Inc. Linux Package Signing Key <linux-packages-keymaster@google.com>
sub elg2048 2007-03-08 [E]
pub rsa4096 2016-04-12 [SC]
EB4C 1BFD 4F04 2F6D DDCC EC91 7721 F63B D38B 4796
uid [ unknown] Google Inc. (Linux Packages Signing Authority) <linux-packages-keymaster@google.com>
sub rsa4096 2016-04-12 [S] [expires: 2019-04-12]
$ diff -u google-keys-before google-keys-after
--- google-keys-before 2017-08-06 11:18:27.601976852 +0200
+++ google-keys-after 2017-08-06 11:18:09.165889482 +0200
@@ -10,3 +10,5 @@
EB4C 1BFD 4F04 2F6D DDCC EC91 7721 F63B D38B 4796
uid [ unknown] Google Inc. (Linux Packages Signing Authority) <linux-packages-keymaster@google.com>
sub rsa4096 2016-04-12 [S] [expires: 2019-04-12]
+sub rsa4096 2017-01-24 [S] [expires: 2020-01-24]
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment