From 2238f286107e87e4814849b38f5b258d2961bbb7 Mon Sep 17 00:00:00 2001 From: shankar0123 Date: Mon, 30 Mar 2026 22:23:20 -0400 Subject: [PATCH] fix: left-align gantt bars for visual lifespan comparison All bars start from the same point so the shrinking from 1825 days to 47 days is visually obvious. Section labels indicate the policy year, bar length shows the max certificate lifespan. Co-Authored-By: Claude Opus 4.6 --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9fed6d5..8b60183 100644 --- a/README.md +++ b/README.md @@ -18,22 +18,22 @@ certctl is a self-hosted platform that automates the entire certificate lifecycl ```mermaid gantt - title TLS Certificate Maximum Lifespan (CA/Browser Forum Ballot SC-081v3) + title TLS Certificate Maximum Lifespan — CA/Browser Forum Ballot SC-081v3 dateFormat YYYY-MM-DD - axisFormat %Y + axisFormat todayMarker off section 2015 - 5 years (1825 days) :done, 2015-01-01, 1825d + 5 years (1825 days) :done, 2020-01-01, 1825d section 2018 - 825 days :done, 2018-03-01, 825d + 825 days :done, 2020-01-01, 825d section 2020 - 398 days :active, 2020-09-01, 398d - section Mar 2026 - 200 days :crit, 2026-03-15, 200d - section Mar 2027 - 100 days :crit, 2027-03-15, 100d - section Mar 2029 - 47 days :crit, 2029-03-15, 47d + 398 days :active, 2020-01-01, 398d + section 2026 + 200 days :crit, 2020-01-01, 200d + section 2027 + 100 days :crit, 2020-01-01, 100d + section 2029 + 47 days :crit, 2020-01-01, 47d ``` ## Documentation