-----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-couchdb-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-couchdb-16.0-buster-amd64.ova
      1257a40948d421d3f06ad1ccf68c52d0b05128ca5d24e7ad96e3949a87a28580  turnkey-couchdb-16.0-buster-amd64.ova

    $ sha512sum turnkey-couchdb-16.0-buster-amd64.ova
      78dd3ed6ffa277d57cca7c1e572d9618e55c398c586ace9cbf2b1365f6bb7f14c5c5aaa1c62f1cb945afb72170f88fd0a8f75346a090cbe08e70c9e01b0de517  turnkey-couchdb-16.0-buster-amd64.ova

   Note, you can compare hashes automatically::

    $ sha256sum -c turnkey-couchdb-16.0-buster-amd64.ova.hash
      turnkey-couchdb-16.0-buster-amd64.ova: OK

    $ sha512sum -c turnkey-couchdb-16.0-buster-amd64.ova.hash
      turnkey-couchdb-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-----

iQIzBAEBCgAdFiEE8ZCki1TcVrLH8k3LrF6wBJPlvBwFAl7vE5QACgkQrF6wBJPl
vBxSRw/+M26QLdfL/Vy6jwg+Gl3z1S9Rieuh0AtXtpMCsTTthwUX0G3y0wM69LG5
hBTn75RPe6EdLhOkecohTyvCHdOU4CosqCELsjm9GaGJEx9/xXyNbA1rSmB2BmS4
qNICtE1JT5uqIyKEK9FMY/Ej1a8Y+aVcp/zb74y086o/BOpfOdBdtLMBhJ8tPZo+
MHVVfBQvgvSF0Crc3yypfMeRTViUdNuUfMqBSZxdEqCyk61hLDBXy4yrmabGCzdU
6buQP9ciR3dQBnpdvSlvFty+IIsLOp+Y6XnOphQ4nF+XxeuShnjcvoET6kTgJ3/d
g3fVCY563T2OQ476Lp9VaPMHxLNFMMvtvZDSO0o2hgTqa0GzVtQyzTlqzHnaLtKi
0C8j9wLU1GLt1J+M/if2r9ApbcBEiydBpcgZAzoRayArsYZW6shaXDKKhi8cFUC7
gCtLAi3mwzq54eDYbnD2uDqgmlKaTRW5WuTLR4KyHPRp61JoS/0ThwYf1ZeAP2vQ
HnLu+LbU1wVf+dgEzfULEqSdFrf1QD4h0vS93bZS8ubjTAxMQ0+2SM4dxQCXYVee
DknE7SIfI4PARFiK83hOtdkw6U8uq3bB1p3CeqJLSF0fJ/K4odxlzJmYU15eli8t
qejEkwOOcvIsd3ZK0KMMg14jI4p8k6pQJn++Dj4PzxqoennPJQ8=
=vl6b
-----END PGP SIGNATURE-----