Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial monitoring service options page #1767

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions content/en/docs/monitoring-options.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Monitoring Service Options
slug: monitoring-options
lastmod: 2024-11-12
show_lastmod: 1
---

Being able to monitor TLS certificate status is helpful for many of our subscribers. Monitoring services can assist with things like expiration notifications and keeping an eye out for unwanted issuance. There are a number of monitoring options out there, including:

* [Red Sift Certificates (formerly Hardenize)](https://redsift.com/pulse-platform/certificates)
* [UptimeRobot](https://uptimerobot.com/ssl-monitoring/)
* [Datadog SSL Monitoring](https://www.datadoghq.com/monitoring/ssl-monitoring/)
* [TrackSSL](https://trackssl.com/)

Please note that these services are unaffiliated with ISRG / Let's Encrypt.
1 change: 1 addition & 0 deletions layouts/shortcodes/docs_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ <h1 id="{{ anchorize (i18n "subscriber_information") }}">{{ i18n "subscriber_inf
<ul>
<li>{{ template "link" (dict "context" . "page" "/docs/client-options") }}</li>
<li>{{ template "link" (dict "context" . "page" "/docs/rate-limits") }}</li>
<li>{{ template "link" (dict "context" . "page" "/docs/monitoring-options") }}</li>
<li>{{ template "link" (dict "context" . "page" "/docs/expiration-emails") }}</li>
</ul>

Expand Down
Loading