Downloads
Verifying checksum
It is suggested that you verify the checksum for the ova file to avoid issues while deploying the image into vSphere.
On macOS
On macOS you can use the Terminal and the md5
command :
$ md5
MD5 () =
On Linux
On Linux, use the md5sum
command
$ md5sum
On Windows
On Windows, you can use the built-in CertUtil
in a command line :
> CertUtil -hashfile MD5
MD5 hash of file MD5:
CertUtil: -hashfile command completed successfully.