From 1c7d085f16621938992764c5903b838c17f53078 Mon Sep 17 00:00:00 2001 From: shankar0123 Date: Thu, 16 Apr 2026 11:05:47 -0400 Subject: [PATCH] docs: move maintenance notice and quick start link above Documentation section Co-Authored-By: Claude Opus 4.6 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f79dab..07fc371 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ gantt 47 days :crit, 2020-01-01, 47d ``` +> **Actively maintained — shipping weekly.** Found something? [Open a GitHub issue](https://github.com/shankar0123/certctl/issues) — issues get triaged same-day. CI runs the full test suite with race detection, static analysis, and vulnerability scanning on every commit. + +**Ready to try it?** Jump to the [Quick Start](#quick-start) — you'll have a running dashboard in under 5 minutes. + ## Documentation | Guide | Description | @@ -145,10 +149,6 @@ All connectors are pluggable — build your own by implementing the [connector i **[See all screenshots →](docs/screenshots/)** -> **Actively maintained — shipping weekly.** Found something? [Open a GitHub issue](https://github.com/shankar0123/certctl/issues) — issues get triaged same-day. CI runs the full test suite with race detection, static analysis, and vulnerability scanning on every commit. - -**Ready to try it?** Jump to the [Quick Start](#quick-start) — you'll have a running dashboard in under 5 minutes. - ## Why certctl Certificate lifecycle tooling falls into two camps: enterprise platforms (Venafi, Keyfactor) that cost six figures and take months to deploy, or single-purpose tools (certbot, cert-manager) that handle one slice of the problem. certctl fills the gap — full lifecycle automation, self-hosted, free, CA-agnostic, and target-agnostic. If you're running certbot cron jobs, manually renewing certs, or stitching together scripts across mixed infrastructure, certctl replaces all of that.