OAOlsen Automation
Verify

Verify signed releases.

Use this public key to verify signed cassette releases and manifests from Olsen Automation.

Olsen Automation Public Key

Key type: Ed25519
Key ID: 634B4BD7E1DFB951

untrusted comment: minisign public key 634B4BD7E1DFB951
RWRRud/h10tLY/tq1TOly33agV47Pg59+bPKQIZeT3+4BXcpaIYm28R4

Verify a release

minisign -Vm hash_manifest.txt -p pubkey.txt
# or verify a single file + its .minisig
minisign -Vm RAG_systems_prototype.mp4 -p pubkey.txt

Inline public key form

minisign -Vm hash_manifest.txt   -P "RWRRud/h10tLY/tq1TOly33agV47Pg59+bPKQIZeT3+4BXcpaIYm28R4"

Verify hashes

After verifying the signed manifest, confirm file checksums match:

shasum -a 256 RAG_systems_prototype.mp4
shasum -a 256 "Stanford AI Protocol.mp4"

Troubleshooting

  • Key mismatch: the signature was made with a different key. Use the published key above or re-sign with the matching secret key.
  • No such file: ensure you are pointing to the correct pubkey.txt path, or use the inline -P form.