Skip to content

Instantly share code, notes, and snippets.

@kaskavalci
Last active February 1, 2021 13:24
Show Gist options
  • Save kaskavalci/90234aa1bbb85bd60c6445941a8f8725 to your computer and use it in GitHub Desktop.
Save kaskavalci/90234aa1bbb85bd60c6445941a8f8725 to your computer and use it in GitHub Desktop.
How to import / export PGP keys with keybase
# Import local keys to keybase
keybase pgp select --import --multi
# Export keybase keys to local GPG
keybase pgp export --secret | gpg --allow-secret-key --import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment