QENEX internal TSA

Purpose

A diverse cross-witness for QENEX’s daily evidence chain. Every anchored bundle is stamped by three independent witnesses:

Using it

Endpoint: POST https://tsa.qenex.ai/

Content-Type: application/timestamp-query

Signing certificate: tsa.qenex.ai/cert.pem

openssl ts -query -cert -sha256 -data file -out file.tsq

curl -X POST -H 'Content-Type: application/timestamp-query' \
    --data-binary @file.tsq https://tsa.qenex.ai/ -o file.tsr

openssl ts -verify -in file.tsr -queryfile file.tsq \
    -CAfile cert.pem -untrusted cert.pem