Skip to content

Instantly share code, notes, and snippets.

@rocodes
Last active February 21, 2024 16:46
Show Gist options
  • Save rocodes/41a8dee0c9098445ea3629770c29c690 to your computer and use it in GitHub Desktop.
Save rocodes/41a8dee0c9098445ea3629770c29c690 to your computer and use it in GitHub Desktop.
Re-import dom0 key

Re-import SecureDrop Release Key

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment