From 2df84aa2f2828afd2be243c02f7107303571ff3d Mon Sep 17 00:00:00 2001 From: Luke Wilkinson <95864695+krakenhavoc@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:14:59 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20add=209th=20post=20to=20README=20tree,?= =?UTF-8?q?=20note=20PR=20#35=20=E2=80=94=20weekly=20audit=202026-06-30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add public-ca-eku-separation-june-2026.md to src/posts/ tree - Note upcoming lets-encrypt-merkle-tree-certificates.md (web PR #35, opened 2026-06-24) --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a252dd1..ab55018 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This repo contains the public-facing website for [KrakenKey](https://krakenkey.i ## Tech Stack | Layer | Technology | -|-------|-----------| +|-------|----------| | Framework | [Astro 5](https://astro.build) (static output) | | Styling | Custom CSS with design tokens (CSS variables) | | Fonts | Inter (sans), JetBrains Mono (mono) — loaded via Google Fonts | @@ -80,7 +80,8 @@ web/ │ │ ├── post-quantum-tls-certificate-readiness.md │ │ ├── free-tls-scanner.md │ │ ├── lets-encrypt-generation-y-transition.md -│ │ └── sc098v2-caa-rfc8657-mandatory.md +│ │ ├── sc098v2-caa-rfc8657-mandatory.md +│ │ └── public-ca-eku-separation-june-2026.md │ ├── styles/ │ │ └── global.css # Design tokens, reset, typography │ └── content.config.ts # Astro content collection config @@ -155,6 +156,21 @@ Post content here... Astro's content collections handle parsing and validation. Posts are rendered via the `BlogPostLayout` and listed on `/blog` using the `BlogCard` component. +**Published posts** (9 total, newest last in `src/posts/`): +1. `introducing-krakenkey.md` +2. `200-day-tls-certs-are-here.md` +3. `ai-agents-cert-management.md` +4. `endpoint-monitoring.md` +5. `post-quantum-tls-certificate-readiness.md` +6. `free-tls-scanner.md` +7. `lets-encrypt-generation-y-transition.md` +8. `sc098v2-caa-rfc8657-mandatory.md` +9. `public-ca-eku-separation-june-2026.md` + +**Upcoming** (open draft PRs, not yet merged): +- PR #30: CT Transparency post +- PR #35: `lets-encrypt-merkle-tree-certificates.md` (opened 2026-06-24) + ## Deployment The site is deployed to **Cloudflare Pages** as a fully static site.