Versions Compared

Key

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

...

  • Download the key via:
    Code Block
    gpg --recv-keys [fingerprint]
    
  • Sign it via:
    Code Block
    
    gpg -u [yourKeyID] --sign-key [fingerprint]
    
  • Upload the signature via:
    Code Block
    gpg --send-key [fingerprint]
    

...

6. Optional: Sign Your Own Key

If you have a another key you use for normal communication, you can improve the web of trust by signing your other key with with your code signing key, and vice-versa.