Add new signing key for Grml repositories
authorMichael Prokop <mika@grml.org>
Sun, 16 Aug 2015 12:26:22 +0000 (14:26 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 16 Aug 2015 15:28:44 +0000 (17:28 +0200)
Generated via:

% gpg --gen-key
% gpg --output keyrings/grml-archive.gpg --export 0xEA2EA4AB 0xECDEA787 --ascii --export-options=export-minimal

while 0xECDEA787 is the old, existing key
and 0xEA2EA4AB is the newly created one.

Updated md5sums.txt via:

% md5sum keyrings/grml-archive.gpg > md5sums.txt
% gpg --clearsign md5sums.txt
% mv md5sums.txt.asc md5sums.txt


No differences found