Home > Documentation > Verifying ProcessOne Downloads Integrity
Verifying ProcessOne Downloads Integrity
Verifying checksum
Integrity of files downloaded from Process-one website can be verified with checksum information. To validate your download:
- Download both the
file.extand thefile.ext.md5 - Type the following command:
md5sum -c file.ext.md5
Note: Replace
file.ext by the actual name of the downloaded file.Verifying signature
The code distributed by Process-one is signed. To check the signature, you first need to have GNUPG installed and configured on your system. Then, you can go through the following steps:
- Import Process-one public keys into your keyring with the
following command:
wget -qO - http://www.process-one.net/downloads/KEYS | gpg --import
This has to be done only once. - Download the
file.ext.ascalong with yourfile.ext. - Check the Process-one signature with the following command:
gpg --verify file.tar.gz.asc