simplify sigchain http distribution
Some checks failed
CI / fmt, clippy, docs (push) Failing after 5s
CI / test (ubuntu-latest) (push) Failing after 5s
CI / iroh integration smoke tests (push) Failing after 4s
CodeQL / Analyze Rust (push) Failing after 5s
Security / RustSec cargo-audit (push) Failing after 4s
CI / test (macos-latest) (push) Has been cancelled
CI / test (windows-latest) (push) Has been cancelled
Some checks failed
CI / fmt, clippy, docs (push) Failing after 5s
CI / test (ubuntu-latest) (push) Failing after 5s
CI / iroh integration smoke tests (push) Failing after 4s
CodeQL / Analyze Rust (push) Failing after 5s
Security / RustSec cargo-audit (push) Failing after 4s
CI / test (macos-latest) (push) Has been cancelled
CI / test (windows-latest) (push) Has been cancelled
This commit is contained in:
parent
decff4b995
commit
538b52bdb6
12 changed files with 66 additions and 72 deletions
|
|
@ -669,9 +669,10 @@ geth keychain bundle-extract --in ./chain.sscb --out ./chain.jsonl
|
|||
The verifier reports active authority devices/keys, disclosed and incomplete
|
||||
profiles, the head digest, and current attester/backend anchor thresholds. It
|
||||
auto-detects JSONL interchange or the canonical `.sscb` bundle. The bundle is
|
||||
the deterministic on-disk/full-snapshot distribution format and can be hosted
|
||||
unchanged at `/.well-known/sshsigchain/v1/<chain-id>/chain.sscb` by a static
|
||||
HTTP server. HTTP and every other distribution backend remain untrusted inputs.
|
||||
the single deterministic on-disk and distribution file and can be hosted
|
||||
unchanged at any explicitly configured HTTP(S) URL, including by a static file
|
||||
server. There is no well-known path or URL-based discovery. HTTP and every
|
||||
other distribution backend remain untrusted inputs.
|
||||
Local append workflows, accepted-head persistence, concrete fetchers, and
|
||||
concrete anchor adapters remain follow-up work. Until they exist, do not
|
||||
substitute an unpinned checkpoint, HTTP response, or local operation-log view
|
||||
|
|
|
|||
Loading…
Reference in a new issue