Back to knowledge base

Verifying an Exposentry report: digital seal and timestamp

Published on June 26, 2026

Every report Exposentry delivers is digitally sealed and carries an independent timestamp. That lets you prove two things: that the report is genuinely ours, and that it has not been altered since it was created. This is exactly what an auditor, cyber insurer or large customer wants to be able to check.

What the seal does

Our public certificate

You can verify the seal yourself using our public certificate. The private key never leaves our systems; only the public part is below.

51:7A:AE:9E:1E:02:E8:D3:A4:E5:62:69:00:A4:34:0A:27:9F:94:7B:5B:B8:C0:85:47:24:34:B7:BF:0C:BB:B1

After downloading, always confirm the fingerprint matches the value above:

openssl x509 -in exposentry-report-signing.pem -noout -fingerprint -sha256

Checking the report

In Adobe Reader

  1. Open the PDF. A banner about the signature appears at the top.
  2. Click the signature panel. A valid seal reports that the document has not changed since signing.
  3. To have the origin trusted automatically too, add our certificate once as a trusted identity (Edit, Preferences, Signatures, Identities and Trusted Certificates).

From the command line

With pyHanko you can check the seal and the timestamp:

pyhanko sign validate --trust exposentry-report-signing.pem report.pdf

An honest note

We currently use our own organisation seal. It provides full tamper-evidence and a timestamp, but Adobe does not yet show a green check automatically because the certificate is not in the default trust list. That is why we publish the certificate and fingerprint here, so verification is possible today. We are working towards a qualified EU seal, which will make confirmation fully automatic.

Written by Edward Hasekamp, founder of Exposentry and core maintainer of the open-source OpenKAT project. See the project on GitHub and the profile at github.com/hasecon. Exposentry provides NL-sovereign, forensically substantiated vulnerability monitoring based on OpenKAT. More articles in the Knowledge base.