Versions Compared

Key

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

...

Code Block
gpg --import KEYS
gpg --verify apache-fediz-*.zip.asc

You can check the MD5 checksum with:

Code Block
md5sum --check apache-fediz-*.zip.md5

You can check the SHA1 checksum with:

Code Block
sha1sum --check apache-fediz-*.zip.sha1

...