What you need
Every signed record can be downloaded as an evidence bundle (a.zip) that contains everything needed to check it, with nothing from Klariqo required at verification time:
<record>.vcon.jsonthe signed record itself<record>.tsrthe DigiCert timestamp tokendigicert-root.pemDigiCert’s public root certificate, so the check runs offlineVERIFY-THIS-RECORD.txtthese instructions
Verify it yourself
You need OpenSSL, which is free and standard. It is already on Mac and Linux. On Windows it is included in Git Bash (part of the free Git for Windows).1
Open a terminal in the bundle folder
Unzip the bundle, then open a terminal in that folder. On Windows, use Git Bash (not PowerShell), where OpenSSL is already available.
2
Run the verification
Run one line (substitute the record’s actual filenames):A genuine record prints exactly:That confirms DigiCert, not Klariqo, attests this exact record existed at the stamped time and has not been altered. Change one byte of the record and the check fails.
3
Read the stamped time
To see the exact moment DigiCert sealed the record:Look for the
Time stamp: line.What this proves
Because a record is timestamped within moments of the call, a matching timestamp shows the record existed right after the call and has not changed since, so it could not have been created or edited later.
Verify a vCon
Check the signature and tamper-evidence of a record.
The evidence chain
See how a call becomes a signed, timestamped record end to end.