-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Two steps are required to cryptographically verify image integrity.

1. By verifying the integrity of this signature file, you can be sure that
   the checksums included in this file are valid.

    $ gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 0xA16EB94D
    $ gpg --list-keys 0xA16EB94D
      pub   2048R/A16EB94D 2008-08-15 [expires: 2023-08-12]
      uid   Turnkey Linux Release Key <release@turnkeylinux.com>

    $ gpg --verify turnkey-postgresql-14.1-jessie-amd64-xen.tar.bz2.sig
      gpg: Good signature from "Turnkey Linux Release Key"

2. By calculating the image checksum and validating the hashed value is the
   same as listed below, you can be sure the image was not corrupted in
   transit or tampered with.

    $ md5sum turnkey-postgresql-14.1-jessie-amd64-xen.tar.bz2
      83689ed4d79349f3ccf06865503fe3a6

    $ sha1sum turnkey-postgresql-14.1-jessie-amd64-xen.tar.bz2
      d5c77ceb391932af45697fddeafbcb57b433928a

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBAgAGBQJXDJn4AAoJEIXCXpWhbrlN8h0H/1dQa5g/SrO8Z5b77jQrWFZo
HXXUFhq6mVt+x65D1AXXrTBpxsH7BEfJ/oNxazK80QBXJefMpke0j97ktREqgYPM
VBFy8m5/3PHkn5QQoTd0SAHTD1BmGeLJF/c5PzUYgZiI+Se54rlFzkzjUevcuEnI
qxbz7DheXSm95O+RhCxo55Y98woNkMWZQ3BQn+rnskxCvX0uQk4CacobpmsrKwzD
ACdmxOoUKObxNdofxETL62XmqstYrTkeKtHlrZnTVhHnBmgPfzT3MxOu0Zhl+Vg0
K8X4WamVcFVM9n7zLNhsJn9C3EeKZIq5obdoL4lxmaqWubJq+z2DFbf8Kz/3+28=
=2at0
-----END PGP SIGNATURE-----