-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

To ensure the image has not been corrupted in transmit or tampered with,
perform the following two steps to cryptographically verify image integrity:

1. Verify the authenticity of this file by checking that it is signed with our
   GPG release key:

    $ curl https://raw.githubusercontent.com/turnkeylinux/common/master/keys/tkl-buster-images.asc | gpg --import
    $ gpg --list-keys --with-fingerprint release-buster-images@turnkeylinux.org
      pub   rsa4096 2020-02-05 [SC] [expires: 2040-01-31]
            A8B2 EF42 8781 9B03 D351  6CCA 7623 1C20 425E 9772
      uid           [ unknown] TurnKey GNU/Linux Buster Images (GPG signing key for TurnKey Linux Buster Images) <release-buster-images@turnkeylinux.org>
      sub   rsa4096 2020-02-05 [S] [expires: 2040-01-31]
      
    $ gpg --verify turnkey-gameserver-16.2-buster-amd64-vmdk.zip.hash
      gpg: Signature made using RSA key ID A8B2EF4287819B03D3516CCA76231C20425E9772
      gpg: Good signature from "0"

2. Recalculate the image hash and make sure it matches your choice of hash below.

    $ sha256sum turnkey-gameserver-16.2-buster-amd64-vmdk.zip
      ce3afb9eaf11dc34ab8756e9aab191545f742d1c3693fde186386889953fa5ec  turnkey-gameserver-16.2-buster-amd64-vmdk.zip

    $ sha512sum turnkey-gameserver-16.2-buster-amd64-vmdk.zip
      5312a345fc084d68afad3b7ff0d3289221146a8a33e17713ffb69d6b3c3a114d32f7ec7a911fd0a1b22a56e78bc0301647ab4b526d9766050b3ff397c5a2cf8f  turnkey-gameserver-16.2-buster-amd64-vmdk.zip

   Note, you can compare hashes automatically::

    $ sha256sum -c turnkey-gameserver-16.2-buster-amd64-vmdk.zip.hash
      turnkey-gameserver-16.2-buster-amd64-vmdk.zip: OK

    $ sha512sum -c turnkey-gameserver-16.2-buster-amd64-vmdk.zip.hash
      turnkey-gameserver-16.2-buster-amd64-vmdk.zip: OK

    Final note, when checking SHAs automatically, please ignore warning noting that some lines are improperly formatted.

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE8ZCki1TcVrLH8k3LrF6wBJPlvBwFAmGHrf8ACgkQrF6wBJPl
vBy+Fw/9EhzmRrveXK+PnEJ8lBqSkzF78D3Sf40WU/5QdTNLXRV4uCGJ57abJXrb
TQ7+EKzTlRHJS2k9d4DiraJxDCMC38L8KPbK4ChkZCfjsLCGYHoz8pzdRSNhD3yy
4ZxaHQbxWum/xbKG/WgDit1lBCT2WxyWyxO4UlxtJg2fIpIWRyuXALJyVTkVW2JC
DTFEdAixzekut9tUdNMNWud1XztVWcJRyiTDc39UgvCGJuDS88iGl2PTsooDkezB
Un9aSXxGKXeDI/D0vHlsJqJXhoRAaLf9TLZOkTPXvC20GDsaFlYlyhjNHez+lDbf
/QMLYJrO+jwVs+gBLUnKYWXGUqPUTT3NiT7GyjVvb80yOp0Rd8hvBc7JemTvjgop
rZLp+SFKnAUdgAMiqUwa5tIWqgbmepusYp6jsyefqb4N8cYafcTcm/eRV1/F/8jo
FIOgtIqVmMHwVPt34v9sAZ2NJ9EV5IeWuf73Z+p828XyAefAFQRB7BggBXeKiSt5
XIfYo75i/9ewN0Cxjs54EKKUpR39/gsYSTZRFQugDJUF306neigTlfr0ygy92EUY
7HpvQEXPQls0zOSHe29ZIW0qUjCXmox4E0yuFq4g4exObDh8jmC+S9UMiY9eTVoc
2/kaIog9OEWzQ33R6jlbAyzlakgyRLuqLMHkJylyYYvu2XmfPMc=
=KQcy
-----END PGP SIGNATURE-----