#10 allow reissuing keys to change from sha-1 to sha-256
Opened by kevin. Modified

See https://pagure.io/releng/issue/9908

The existing fedora keys are using sha-1, would be nice to have some way to move them to sha-256.


Note to self on how to accomplish this on the CLI:

gpg --expert -u <keyid> --sign-key <same-keyid>
(Ignore the warning that it's silly)

Then gpg --edit-key <keyid>; clean

Metadata