tests fixes and sprints work
This commit is contained in:
@@ -29,11 +29,14 @@ Use the bundle verification flow aligned to domain operations:
|
||||
|
||||
```bash
|
||||
stella bundle verify --bundle /path/to/bundle --offline --trust-root /path/to/tsa-root.pem --rekor-checkpoint /path/to/checkpoint.json
|
||||
stella bundle verify --bundle /path/to/bundle --offline --signer /path/to/report-key.pem --signer-cert /path/to/report-cert.pem
|
||||
```
|
||||
|
||||
Notes:
|
||||
- Offline mode fails closed when revocation evidence is missing or invalid.
|
||||
- Offline mode fails closed when revocation evidence is missing or invalid.
|
||||
- Trust roots must be provided locally; no network fetches are allowed.
|
||||
- When `--signer` is set, a DSSE report is written to `out/verification.report.json`.
|
||||
- Signed report metadata includes `verifier.algo`, `verifier.cert`, `signed_at`.
|
||||
|
||||
## 4. Verification Behavior
|
||||
|
||||
|
||||
Reference in New Issue
Block a user