Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After you generate the GPG key, copy the key into an environment variable. "e.g. Look for the line in the output that says "marked as ultimately trusted". For example, in the above output:  "gpg: key 2C9B34D6A54AAFAE marked as ultimately trusted" (From here, I will use GPG_KEY to refer the key).

...

Code Block
languagebash
$ GPG_KEY=<your_gpg_key>  # fill in your key from the "ultimately trusted" line as above


Once you generate the gpg key, you need to go through the following steps:

...