Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added link to key-signing page

...

  • Clone the Apache Dist Daffodil release directory, copy the KEYS file, and commit it:

    Code Block
    languagebash
    $ svn checkout https://dist.apache.org/repos/dist/release/daffodil/ daffodil-dist
    $ cp daffodil.git/KEYS daffodil-dist
    $ cd daffodil-dist
    $ svn ci -m "Update Apache Daffodil KEYS"


  • Add your key fingerprint to https://id.apache.org. To get your fingerprint, run the following:

    Code Block
    languagebash
    $ gpg --fingerprint KEYID


  • Send your key to a keyserver via the command:

    Code Block
    languagebash
    $ gpg --send-keys KEYID


It is important for your keys to be signed by other trusted developers to create a web of trust. See Signing Keys and Getting Your Keys Signed

For more information on signing keys, visit How to OpenPGP and Signing Releases.

...