Get a PGP key from Keybase.
A walkthrough on how to get a pgp key from keybase.
Before you get started
- Install pgp --
brew install gnupg
Create your keybase account
Go to keybase and create an account.
Add your pgp key
Select I need a public key
Import your key into your local environment
Import the public key
keybase pgp export | gpg --import
Import the private key
keybase pgp export -s | gpg --allow-secret-key-import --import