From 03334d616bafd00b8493c968d0b0d04d3c1ff0fe Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 24 Aug 2026 11:04:46 +0100 Subject: [PATCH 1/3] Add CertPost to monitoring options list ## Summary - Adds [CertPost](https://www.certpost.ai/) to the monitoring options list on `/docs/monitoring-options/` - Updates `lastmod` in `content/en/docs/monitoring-options.md` Note: I'm the founder of CertPost. It monitors TLS certificates by opening a live connection and reading the certificate the server actually serves, so a renewal that succeeds on disk but never reloads is still caught. It checks expiry, full chain including intermediates, hostname match and certificate changes, on any TLS port. Free plan covers 3 certificates with no card and no time limit. English content only - no translated pages touched, since those are handled on Crowdin. ## Test plan - [x] Verified locally with `hugo server -F` at `/docs/monitoring-options/` - [x] Link format and bullet style match the existing entries - [x] Link resolves to https://www.certpost.ai/ --- content/en/docs/monitoring-options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/monitoring-options.md b/content/en/docs/monitoring-options.md index b0acc64ed..e12bff444 100644 --- a/content/en/docs/monitoring-options.md +++ b/content/en/docs/monitoring-options.md @@ -19,6 +19,7 @@ There are a number of monitoring options out there, including: * [HeyOnCall](https://heyoncall.com/guides/ssl-certificate-expiration-monitoring) (self-hosted scripts) * [CertKit](https://www.certkit.io/) * [CertObserver](https://certobserver.com/) +* [CertPost](https://www.certpost.ai) * [Chill SSL](https://www.chillssl.com/) Please note that all of these services are unaffiliated with ISRG / Let's Encrypt. From 6a5af8e0d99f1a25fa2ab2d71822fc6a30791258 Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 24 Aug 2026 20:00:24 +0100 Subject: [PATCH 2/3] Update lastmod date and format CertPost entry Updated last modified date and corrected list formatting for CertPost. --- content/en/docs/monitoring-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/monitoring-options.md b/content/en/docs/monitoring-options.md index e12bff444..3443e4637 100644 --- a/content/en/docs/monitoring-options.md +++ b/content/en/docs/monitoring-options.md @@ -1,7 +1,7 @@ --- title: Monitoring Service Options slug: monitoring-options -lastmod: 2026-07-13 +lastmod: 2026-08-24 show_lastmod: 1 --- @@ -19,8 +19,8 @@ There are a number of monitoring options out there, including: * [HeyOnCall](https://heyoncall.com/guides/ssl-certificate-expiration-monitoring) (self-hosted scripts) * [CertKit](https://www.certkit.io/) * [CertObserver](https://certobserver.com/) -* [CertPost](https://www.certpost.ai) * [Chill SSL](https://www.chillssl.com/) +* * [CertPost](https://www.certpost.ai/) Please note that all of these services are unaffiliated with ISRG / Let's Encrypt. From 3400c7b92b8f88c670798747ad70b135fb54d96a Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 24 Aug 2026 20:01:04 +0100 Subject: [PATCH 3/3] Fix formatting of CertPost link in monitoring options removed extra character --- content/en/docs/monitoring-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/monitoring-options.md b/content/en/docs/monitoring-options.md index 3443e4637..ecaf4d09f 100644 --- a/content/en/docs/monitoring-options.md +++ b/content/en/docs/monitoring-options.md @@ -20,7 +20,7 @@ There are a number of monitoring options out there, including: * [CertKit](https://www.certkit.io/) * [CertObserver](https://certobserver.com/) * [Chill SSL](https://www.chillssl.com/) -* * [CertPost](https://www.certpost.ai/) +* [CertPost](https://www.certpost.ai/) Please note that all of these services are unaffiliated with ISRG / Let's Encrypt.