-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

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://keybase.io/turnkeylinux/pgp_keys.asc | gpg --import
    $ gpg --list-keys --with-fingerprint release@turnkeylinux.com
      pub   2048R/A16EB94D 2008-08-15 [expires: 2023-08-12]
            Key fingerprint = 694C FF26 795A 29BA E07B  4EB5 85C2 5E95 A16E B94D
      uid   Turnkey Linux Release Key <release@turnkeylinux.com>

    $ gpg --verify turnkey-laravel-15.2-stretch-amd64.ova.hash
      gpg: Signature made using RSA key ID A16EB94D
      gpg: Good signature from "Turnkey Linux Release Key <release@turnkeylinux.com>"

    For extra credit you can validate the key's authenticity at:

      https://keybase.io/turnkeylinux

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

    $ sha256sum turnkey-laravel-15.2-stretch-amd64.ova
      653dddbba34810ebe198de203a9873e5ac6450f8c51b3eb3453036d550a9d536  turnkey-laravel-15.2-stretch-amd64.ova

    $ sha512sum turnkey-laravel-15.2-stretch-amd64.ova
      c9f4df3f8377846d4b898f85168bbeb09f2564853b056202a88970be888d68101866b3151b5c00b06e776b123a93f6654c3e411da485719944e031da447967b2  turnkey-laravel-15.2-stretch-amd64.ova

   Note, you can compare hashes automatically::

    $ sha256sum -c turnkey-laravel-15.2-stretch-amd64.ova.hash
      turnkey-laravel-15.2-stretch-amd64.ova: OK

    $ sha512sum -c turnkey-laravel-15.2-stretch-amd64.ova.hash
      turnkey-laravel-15.2-stretch-amd64.ova: OK

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

iQEzBAEBCAAdFiEEaUz/JnlaKbrge061hcJelaFuuU0FAl0THAAACgkQhcJelaFu
uU1D5Qf+Jzt5wucPYnN0wbqQ+qC7jEoniAOLfxmlSAXLXF8/6+LM/dMk6ixoJiut
TFMjavlEwvKvHNbmvKlJU09zBx2IDbWkml4CnyHwvt0qDUpBUxDdQqE4yA5YrLIX
tYgEk1JcWha+Of8toGAHZfi5LbTcTyyHgXgeL+UoKWSKM101PQlA3Cy7DtJhXzkK
u5mRUfXs4W7foqPCkH59dT2iuqvWDPydgWEIH5jX4xMvG0Ivmj0A/pRWi3N5aA4s
0vUIKPPS0yctD0WKYmC9NclzyUXekHFXQAgtmk81lX+tyU8QdfXYy/FAzQ1NBr13
wN3Z3tZlfFDnvU2xjzmAvJS41ZJLSQ==
=hPMk
-----END PGP SIGNATURE-----