...
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.
...
...
Code Block |
---|
CertUtil -hashfile <metadata file> SHA1 |
Launch a Terminal terminal and then use the following command.
Code Block |
---|
shasum -a 1 <metadata file> |
Launch a Terminal terminal and then use the following command.
...