Generating a GPG Key
To generate a GPG keypair:
-
Download and install the GPG command line tools.
-
Open Terminal.
-
Generate a GPG key pair:
gpg --full-generate-key -
Accept defaults unless you need custom options (use 4096-bit keys).
-
List your keys:
gpg --list-secret-keys --keyid-format=long -
Export your public key:
gpg --armor --export YOUR_KEY_ID -
Copy everything between:
-----BEGIN PGP PUBLIC KEY BLOCK-----and
-----END PGP PUBLIC KEY BLOCK----- -
Add your GPG key to your TPA Stream account.