In a dom0 terminal: (Top lefthand Q menu -> Terminal Emulator)
sudo rpm -q gpg-pubkey --qf '%{NAME}-%{VERSION}-%{RELEASE}\t%{SUMMARY}\n' | grep SecureDrop
# expected: gpg-pubkey-xxxxx-xxxxx SecureDrop Release Signing Key <[email protected] public key
Take note of the key id (gpg-pubkey-xxxxx-xxxxx
)
sudo rpm -e gpg-pubkey-xxxxxx-xxxxxx # use id from above
sudo rpm --import /etc/pki/rpm-GPG/RPM-GPG-KEY-securedrop-workstation
Reboot then run the updater