REST API
Generating a GPG Key
To generate a GPG keypair:
- Download and install the GPG command line tools for your operating system. We generally recommend installing the latest version for your operating system.
- Open Terminal.
- Generate a GPG key pair.
- At the prompt, specify the kind of key you want, or press Enter to accept the default.
- At the prompt, specify the key size you want, or press Enter to accept the default. Your key must be at least 4096 bits.
- Enter the length of time the key should be valid. Press Enter to specify the default selection, indicating that the key doesn’t expire.
- Verify that your selections are correct
- Enter your user ID information. Note: When asked to enter your email address, ensure that you enter the verified email address for your TPA Stream account.
- Type a secure passphrase
- Use the gpg
–list-secret-keys –keyid-format=long
command to list the long form of the GPG keys for which you have both a public and private key. - From the list of GPG keys, copy the long form of the GPG key ID you’d like
to use. In this example, the GPG key ID is
3AA5C34371567BD2
:
- Paste the text below, substituting in the GPG key ID you’d like to use. In
this example, the GPG key ID is
3AA5C34371567BD2
- Copy your GPG key, beginning with
—–BEGIN PGP PUBLIC KEY BLOCK—–
and ending with—–END PGP PUBLIC KEY BLOCK—–
- Add the GPG key to your TPA Stream account