attestation.dpiv
├── envelope.json # The canonical envelope JSON
├── envelope.hash # SHA-256 of envelope.json (canonicalized)
├── issuer.pem # The issuer's public key
├── issuer.sig # The issuer signature over envelope.hash
├── tsa-digicert.tsr # RFC 3161 timestamp token from DigiCert
├── tsa-sectigo.tsr # RFC 3161 timestamp token from Sectigo
├── inclusion.json # Merkle inclusion proof (audit path)
├── sth.json # The signed tree head
├── master.pem # The chain-master public key
├── master.sig # Master signature over sth.json
├── onchain.json # Base L2 anchor metadata (if onchain mode)
├── verify.sh # POSIX-sh verification script
├── README.md # Human-readable explanation
└── manifest.sha256sum # SHA-256 of every file above