Skip to content

Instantly share code, notes, and snippets.

@angelikatyborska
Created May 20, 2019 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelikatyborska/14bab3e2fb7dfab6f92cb11294a64628 to your computer and use it in GitHub Desktop.
Save angelikatyborska/14bab3e2fb7dfab6f92cb11294a64628 to your computer and use it in GitHub Desktop.
Copy a gpg key from pubring.kbx to pubring.gpg
gpg --keyring pubring.kbx --armor --export somebody@example.com > some-key
gpg --no-default-keyring --keyring pubring.gpg --import < some-key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment