dnf trusts revoked public keys #1964
Labels
Priority: LOW
RFE
Request For Enhancement (as opposed to a bug)
Triaged
Someone on the DNF 5 team has read the issue and determined the next steps to take
Situation: I maintain a repo and sign it with my GPG key pair. The private key has been compromised, so I want to switch to a new key pair. Users should stop trusting the compromised key.
My actions: I revoke the old key and generate a new key pair. Then I export both public keys and replace the repo pubkey file.
My expectations: dnf imports the new public key and removes the revoked public key if it was imported earlier.
Actual behavior: dnf imports the new public key and does not touch the revoked public key if it was imported earlier. If the revoked key was not imported, it also imports this key.
The text was updated successfully, but these errors were encountered: