Versions Compared

Key

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

...

Code Block
languagebash
gpg --import KEYS
gpg --verify apache-cxf-*.tar.gz.asc

You can check the MD5 checksum with:

Code Block
languagebash
md5sum --check apache-cxf-*.tar.gz.md5

You can check the SHA1 checksum with:

Code Block
languagebash
sha1sum --check apache-cxf-*.tar.gz.sha1

...