-----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-codeigniter-16.1-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-codeigniter-16.1-buster-amd64.ova
      73458c727cc722ad821967663437222a376d93d26ae437959bf0709685a14d10  turnkey-codeigniter-16.1-buster-amd64.ova

    $ sha512sum turnkey-codeigniter-16.1-buster-amd64.ova
      4224e89e23014ab325f05af5d0281cad9a8f9134149ed2b7ebbc4de5ea04189381f226ab3459fbe2a15b3d5f5b82a09d857cac691d4a9e15659dfc60d208a126  turnkey-codeigniter-16.1-buster-amd64.ova

   Note, you can compare hashes automatically::

    $ sha256sum -c turnkey-codeigniter-16.1-buster-amd64.ova.hash
      turnkey-codeigniter-16.1-buster-amd64.ova: OK

    $ sha512sum -c turnkey-codeigniter-16.1-buster-amd64.ova.hash
      turnkey-codeigniter-16.1-buster-amd64.ova: OK

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

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

iQIzBAEBCgAdFiEE8ZCki1TcVrLH8k3LrF6wBJPlvBwFAmA7b5MACgkQrF6wBJPl
vBx4Zw//XhXgwN9pWcjcHOX0OpqvR/Taz0I465aQikWFEqMPiyieafl5dfwAd3qK
cO2tbfMs+Xj6746MzZawuT9zOlAkgwtdBobVJC8V45QlwsjRc9MuxD+0RVBQXWBW
prm6aTM/wGHQJAWz8/UvRw50i8WJbvnL+lOXbCF797YkjNY4LCw7h59XiiEwsaQz
Mapy3UvDZI9FgYAfnGRg964rq2XSAbbUyGACnfiBiT22h2HP8RfogvZRfvIidYan
zXR9OznMLpL29wXw6LW5SiHW9+8sqy8Sunm2hoYFA1jPID2Bwlz4SGQHwXlettup
e4RiYsoY836hMPqCNJGfZJlrmLLyEYnjfj7b2TWDR1DtCzJ3M6J15c/GMxnWRbiP
z2moePMNfPicw3ttTkbSNNAFWxSITnh9WiejU2jcglhl9IdkA/pkdtbdYFwKrEfF
I1bo+m1nzt30JQ5UhQrxTuVt/FcMrhmWr2XwucIbDo+ZCqHwt3QcgUYt7+aos8/k
U4Qlj9dbVTBv+V7PiIXJotu48JOVSLiGXLGw24x/sWjxSbK2YdH0OvojHpeYtk7E
mSe2hB+yiZK4g2zzrHebVzJ9AUPc0Sibi20+jCTaXYsp2T8IX0wSIBo8OD7Jf+bp
OoU7V8SlhgBO1/Cvjo+/leUY+qxIIx4UmDBQ0vK1tQtbRifP11s=
=9aTB
-----END PGP SIGNATURE-----