Versions Compared

Key

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

...

Add your fingerprint to the Dev People Fedora Contributors page.

4. Sign Others Committers' Keys

For each fingerprint on the Dev People Fedora Contributors page:

  • 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]
    

...