-----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.1-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.1-stretch-amd64.ova
      0907cf0ac1def413f08642cec3039a74c3200659f69231d6412d072876e02a2e  turnkey-laravel-15.1-stretch-amd64.ova

    $ sha512sum turnkey-laravel-15.1-stretch-amd64.ova
      ea1bbd1fd01da81307db317995ce21639bfba8a67a8b00597e09e21afdb56e57dc81f547e5753b0dc85f86396940641c57bc894369b0172ad30972ff4393e53c  turnkey-laravel-15.1-stretch-amd64.ova

   Note, you can compare hashes automatically::

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

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

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

iQEzBAEBCAAdFiEEaUz/JnlaKbrge061hcJelaFuuU0FAlv/piUACgkQhcJelaFu
uU0PIgf/eSeO3JPHFzQ3ZXEp4/vZFxsbHMp870uPI+2barYrxguDPwcUQMZm0mNE
O3knH91bAeGCe1M64FJwOmIL/j1A9UiInpgohdRGed1lJTo3JMHpojnzqEK338hk
7FJWBEEWH6DhqcXhVAT30bFxiRx3ObAOIAVGX+VEE+IzIzOYZUaQjQaUXq/70ExS
u0LeeNeUo2lAOMiLpRpjY/BFiuFjcqIyAhOpL4pkxplLymwJZLKJ8h+yjaNUGXLE
eNN9CJm56fmwNCpPqcHw1bVG1TEjt3IegC14bcDSjEGE1u+hQMznGGJSdDmlTgra
GOSZkRSKh5D3MeVxqb2pMJeo9wjM3w==
=R6my
-----END PGP SIGNATURE-----