seal_verify
Verify the entire certificate chain from the store alone, without network or server trust. Detect any edited, deleted, or reordered certificate, returning the position of the first invalid entry in a read-only check.
Instructions
Verify the entire certificate chain from the store alone — no network, no trust in this server. Returns {ok: true, count} when every link recomputes, or ok=false with the position of the first cert that was edited, deleted or reordered. Read-only; run it any time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||