How do I verify an AMPS release?
AMPS releases are signed by the key with fingerprint A49E 053A 4C60 9FF5 30EA 0C60 2899 3A8D 8D40 BD7F
To validate an AMPS release use the following steps:
Download the verification key from the AMPS releases page.
Use
gpg
to import the key.
gpg --import 60east-release-verification-key.asc
Download the AMPS release, the signature file and the MD5 checksum file from the releases page.
Use
md5sum
to validate the integrity of the release by runningmd5sum AMPS-<version>-Release-Linux.tar.gz
and comparing it with the MD5 hash in the downloaded .released file.Use
gpg
to verify the release package.
gpg --verify AMPS-<version>-Release-Linux.tar.gz.asc AMPS-<version>-Release-Linux.tar.gz
Last updated