An MD5 checksum file is available for each installer file on the CloudBees ShareFile and FTP sites. To verify that CloudBees CD/RO files are intact and unaltered after you download them, download the corresponding MD5 checksum file also. MD5 utilities are available for Windows, Linux, and macOS operating systems.
Linux
On Linux, verify with:
md5sum --check CloudBeesFlow-<version>.md5
Most Linux installations provide an md5sum
command for calculating MD5 prompt digests.
Windows
You can download an MD5 utility for Windows at \https://fourmilab.ch/md5/ .
macOS
To use the MD5 checksum utility on macOS:
-
In Finder, browse to
/Applications/Utilities
. -
Double-click the Terminal icon.
A terminal window appears.
-
In the terminal window, type:
md5
(followed by a space). -
Drag the downloaded file from the Finder into the Terminal window.
-
Click in the Terminal window and press
Return
. -
Compare the checksum displayed on the screen to the one on the download page.