Calculating checksums for Chef's remote_file resource Get link Facebook X Pinterest Email Other Apps - September 18, 2017 Remote file: curl -L -s http://path/to/remote/file | shasum -a 256 | cut -c-12 Local file: shasum -a 256 /path/to/file | cut -c-12 Read more