Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 324 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 324 Bytes

Provenance

python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt

pipx install poetry
poetry install

mkdir certs
cd certs
sh ../scripts/certmaker.sh

python3 main.py

Provenance record decoder

python3 decode-self-contained-provenance.py path/to/signing-CA-root.pem < record.json