Where to write, and how to write privately.
Technical support, product questions, and security reports.
Sales, billing, and commercial questions.
A fingerprint is a hash of the key itself, so it is the check that matters: fetch the key, print its fingerprint, and compare it against this page and against the copy on keys.openpgp.org. This domain also publishes a Web Key Directory, so gpg can find the key from the address alone.
gpg --locate-keys support@qurak.com
curl -sO https://qurak.com/.well-known/pgp/support.asc
sha256sum support.asc # compare with the digest above
gpg --show-keys support.asc # compare with the fingerprint aboveThe digest is published for the narrow thing it does: it catches a corrupted download, and it lets you check the bytes before importing them into your keyring. It is not a defence against someone who can change what this server sends, because they could change the digest too. The fingerprint, cross-checked against a source that is not us, is the check that is worth making.
Security reports reach the first address above, and are read by the people who can fix what you found. The machine-readable version of this page is at /.well-known/security.txt.