Skip to content

Commit b203fef

Browse files
rayketchamclaude
andcommitted
docs: replace Story D Pipeline with The Build — PKI from scratch
Story D (The Build): 20 lines of TOML, one command, full PQC PKI. Shows cat, pki preview, pki build, pki show (root + issuing CA), pki diff, pki dane — the complete CA-Engine workflow. Replaces the CI/CD Pipeline story which didn't resonate. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 19a0a4a commit b203fef

3 files changed

Lines changed: 502 additions & 390 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pure Rust. No OpenSSL dependency. Human-friendly output. One binary, zero depend
1313
| [The Audit](https://rayketcham-lab.github.io/PKI-Client/demo.html?demo=audit) | Security auditor reviews expired RSA, hybrid, and PQC certificates |
1414
| [The Renewal](https://rayketcham-lab.github.io/PKI-Client/demo.html?demo=renewal) | Cron catches an expiring cert — full renewal workflow |
1515
| [The Migration](https://rayketcham-lab.github.io/PKI-Client/demo.html?demo=migration) | PKI architect presents the RSA → Hybrid → PQC roadmap |
16-
| [The Pipeline](https://rayketcham-lab.github.io/PKI-Client/demo.html?demo=pipeline) | CI/CD cert validation — automated checks before deploy |
16+
| [The Build](https://rayketcham-lab.github.io/PKI-Client/demo.html?demo=build) | 20 lines of TOML. One command. Full PQC hierarchy from scratch |
1717
| [The Handoff](https://rayketcham-lab.github.io/PKI-Client/demo.html?demo=handoff) | Senior engineer onboards a new team member |
1818
| [The Vision](https://rayketcham-lab.github.io/PKI-Client/demo.html?demo=vision) | From MD5 to 2050 — the past, present, and future of PKI |
1919

docs/demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ <h3>PKI-CA-Engine</h3>
188188
desc: 'Cron job catches an expiring cert. Engineer handles the full renewal workflow.' },
189189
{ key: 'migration', icon: '\uD83D\uDDFA\uFE0F', label: 'The Migration', file: 'demos/story-c-migration.cast',
190190
desc: 'PKI architect presents the quantum migration roadmap: RSA \u2192 Hybrid \u2192 ML-DSA-87.' },
191-
{ key: 'pipeline', icon: '\u2699\uFE0F', label: 'The Pipeline', file: 'demos/story-d-pipeline.cast',
192-
desc: 'CI/CD certificate validation \u2014 every cert checked and linted before deployment.' },
191+
{ key: 'build', icon: '\uD83D\uDD28', label: 'The Build', file: 'demos/story-d-build.cast',
192+
desc: '20 lines of TOML. One command. Full post-quantum PKI hierarchy from scratch.' },
193193
{ key: 'handoff', icon: '\uD83C\uDF93', label: 'The Handoff', file: 'demos/story-e-handoff.cast',
194194
desc: 'Senior engineer onboards a new team member: inspect, lint, diff, pin, and probe.' },
195195
{ key: 'vision', icon: '\uD83D\uDE80', label: 'The Vision', file: 'demos/story-f-vision.cast',

0 commit comments

Comments
 (0)