Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed up commands

...

Code Block
gpg --verify apache-cloudstack-4.0.2*-src.tar.bz2.asc

This command should return "Good Signature".

Code Block
gpg --print-md MD5 apache-cloudstack-4.0.2*-src.tar.bz2 | diff - apache-cloudstack-4.0.2*-src.tar.bz2.md5
gpg --print-md SHA512 apache-cloudstack-4.0.2*-src.tar.bz2 | diff - apache-cloudstack-4.0.2*-src.tar.bz2.sha

Each of these commands should return no output. If there is any output from them, then there is a difference between the hash you generated locally and the hash that has been pulled from the server.

...