]> cygwin.com Git - cygwin-apps/setup.git/commit
setup.ini signing key rotation
authorJon Turney <jon.turney@dronecode.org.uk>
Fri, 21 Feb 2020 19:54:13 +0000 (19:54 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Thu, 27 Feb 2020 20:36:25 +0000 (20:36 +0000)
commit9096650dcc557ef5a63610b4aeb8c9dfd4296cee
treea245102e004021f68c1879192ee5324db30242fb
parent5f4250b8ecdbea038980e8b32b8b7a7fc7df0827
setup.ini signing key rotation

Verify the setup.ini signature using a new key, or the old key (unless
the --disable-old-keys option is used)

New key:

sec   4096R/1A698DE9E2E56300 2020-02-27 [expires: 2022-02-26]
      Key fingerprint = 5640 5CF6 FCC8 1574 682A  5D56 1A69 8DE9 E2E5 6300
uid                          Cygwin <cygwin@cygwin.com>

Old key:

sec   1024D/A9A262FF676041BA 2008-06-13
      Key fingerprint = 1169 DF9F 2273 4F74 3AA5  9232 A9A2 62FF 6760 41BA
uid                          Cygwin <cygwin@cygwin.com>
ssb   1024g/0AF098B5A1DB7B5C 2008-06-13

Export key from gpg and generate s-expr format using:

$ gpg --export KEYID >cygwin.pub
$ ./gpg-key-to-s-expr.sh -C ./cygwin.pub >cyg-pubkey.h
crypto.cc
cyg-old-pubkey.h [new file with mode: 0644]
cyg-pubkey.h
cygwin-old.pub [new file with mode: 0644]
cygwin.pub
This page took 0.034012 seconds and 5 git commands to generate.