-----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-nginx-php-fastcgi-16.0-buster-amd64.ova.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-nginx-php-fastcgi-16.0-buster-amd64.ova
      3fd75d09ed220c2fc28ce9b43009978195ca25a0641b29eba871c940062691e8  turnkey-nginx-php-fastcgi-16.0-buster-amd64.ova

    $ sha512sum turnkey-nginx-php-fastcgi-16.0-buster-amd64.ova
      9cbbcd68d0bd31d50e1b86ef6c5af80efff489799c4767221edefa1fa2a382ca7f9dd9a4e9cfc5af5dd77524f7ce77dc105e1b87ead02bf0c276aebf65fdc4dd  turnkey-nginx-php-fastcgi-16.0-buster-amd64.ova

   Note, you can compare hashes automatically::

    $ sha256sum -c turnkey-nginx-php-fastcgi-16.0-buster-amd64.ova.hash
      turnkey-nginx-php-fastcgi-16.0-buster-amd64.ova: OK

    $ sha512sum -c turnkey-nginx-php-fastcgi-16.0-buster-amd64.ova.hash
      turnkey-nginx-php-fastcgi-16.0-buster-amd64.ova: OK

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

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

iQIzBAEBCgAdFiEE8ZCki1TcVrLH8k3LrF6wBJPlvBwFAl7KTbcACgkQrF6wBJPl
vBwHJhAAguSYS4ePKuixymQvdVP6VX8voPJ3h9wxUcAOzQlstizxdVoH19WKNWut
aExaOf+KHyxv/1LIdcev4xGBZFYCj1Um0MFlpkEwLN/sjYWMqVmMcVN3DSrf13u+
uMp8Vzq624OD7RcXcpl8Vm92aZoqthPSCg8B3QANj3Bb6qN1i743GQgr0A6dnhcg
Rcs6ErbOEnywmXReqnHjc5w8I5MFtCr4d2wiPTGbiVob4Eq07nfyw68HENe5VeAU
DUWCvjyBSHdxmt4f44krppDca+z5iMm5X5qjLK8NgJkWivRzQZ3CmZsBMt655wyh
wqUbi6XgoVba1HNwj+hqhDl34QzXIROMzIe3xNWyj8HQnQTSBqe2AfBiiQixIgRa
MTzq2aJP2QyM+38coqv42AbYOlcM9FR1eZqVNbH4tUFCCKAlNrbX53ZN8RF61xqH
drfxk7iClJohQiAMsSEh4AfCeXUUWS0Yv5V33dioGqW/m7NKEkpoYIbDejcshnII
vWsGwP80axew5iuvMmsPSULCeFq3QbFcrnJa6zAqaec3YOQFGiJu7EUwrRAn4yKm
e9qgRAXN6W4XzlQPaeRHWL396EvbKaHP6FJ7amFIima+MUNA75Ecs4+2NtC2NgJJ
rMBAGy3HszRUq0OK90r4f0VUrBoP8q1cOxXpFhHA8ROwe2XBkMc=
=I8AL
-----END PGP SIGNATURE-----