Last active
February 1, 2021 13:24
-
-
Save kaskavalci/90234aa1bbb85bd60c6445941a8f8725 to your computer and use it in GitHub Desktop.
How to import / export PGP keys with keybase
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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