Versions Compared

Key

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

...

Code Block
CertUtil -hashfile <metadata file> SHA1

Mac

Launch a Terminal terminal and then use the following command.

Code Block
shasum -a 1 <metadata file>

Linux

Launch a Terminal terminal and then use the following command.

...