chore(demos): refresh docs/demos for v0.9.1#99
Merged
Conversation
Replace 21 stale asciinema recordings (Tacoo Tuesday, Enterprise PKI, the story-*/short-*/intro-* series, signing-service) that referenced ACME/EST/SCEP enrollment flows and a signing-service roadmap — none of which ship in v0.9.1. Recordings were also visually noisy and outdated. Record 4 demos scoped to what v0.9.1 actually does: - cert-inspect: probe fetch + cert show (text / openssl / forensic) - key-csr: EC + ML-DSA-65 key gen, CSR with SANs - tls-probe: probe check / server / lint against a live host, showing X25519 + ML-KEM-768 hybrid KEX - hierarchy: pki validate / preview / build from TOML Update docs/demo.html demos array + default key, and README demos table, to reference the 4 new casts. Correct hero stats (19→17 commands, Protocols→Output Formats) and suite tags (drop ACME/EST/SCEP, note forbid(unsafe_code)) so the landing page matches current scope. Drivers for reproducing the recordings live at docs/demos/ source; cast files are v2 asciicast with 120x32 geometry. Co-Authored-By: Claude <noreply@anthropic.com>
The v0.9.1 demo casts were recorded via these driver scripts — add them
under docs/demos/drivers/ so future rerecords are deterministic instead
of hand-typed. Each driver runs real pki commands with simulated typing
and brief narration.
Run one interactively:
PKI_BIN=$(pwd)/target/release/pki bash docs/demos/drivers/cert-inspect.sh
Record a cast:
asciinema rec --overwrite --cols 120 --rows 32 \
-c "bash docs/demos/drivers/cert-inspect.sh" \
docs/demos/cert-inspect.cast
Co-Authored-By: Claude <noreply@anthropic.com>
rayketcham
added a commit
that referenced
this pull request
Apr 24, 2026
Cuts v0.9.2 to capture three post-v0.9.1 fixes worth a tagged release: - PQC key-show detection (#97 / #101): ML-DSA and SLH-DSA keys were misreported as "EC P-256" because the detector fell through to size-based heuristics on unrecognised PKCS#8 OIDs. Now resolved + guarded by tests/key_show_algorithms.rs. - openssl parity CI (#101): openssl_parity.sh gaps closed and wired into .github/workflows/interop.yml so regressions page a pipeline, not a user. - CI hardening + FIPS race fix + test coverage sweep (#98) and the v0.9.1 demo refresh (#99) already merged; this tag is the first release that carries all three together. Lockfile shows rustls-webpki 0.103.13 (RUSTSEC-2026-0104 patched). Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cert-inspect,key-csr,tls-probe,hierarchy.docs/demo.htmldemos array + default tab + hero stats + suite tags so the landing page matches current scope. UpdateREADME.mddemos table to link the 4 new demos.docs/demos/drivers/so future rerecords aren't hand-typed.Scope changes on the demo landing page
ACME / EST / SCEP, addforbid(unsafe_code).Test plan
docs/demo.htmlin a browser, verify all 4 demos play and default tab (cert-inspect) loads correctly?demo=key-csr,?demo=tls-probe,?demo=hierarchyURL params workGenerated with Claude Code