Recued
Menu
← Back to recipes

Show the certificates

by recued-core v2 5 views

Use “Show the certificates” in Recued. List watched certificates with their status, subject and expiry. Read-only — it re-reads no file and re-runs no check.

Complete workflow

Certificate Watch 4 pinned recipes

Use Certificate Watch in Recued for tls, expiry, monitoring, and openssl. It includes 6 built-in actions and 3 ready-to-run workflows. Actions that change data use Recued's approval controls.

You are viewing one recipe in this workflow. Installing it opens the complete pack so its other recipes and background automations arrive together.

Show the certificates
This recipe

Use “Show the certificates” in Recued. List watched certificates with their status, subject and expiry. Read-only — it re-reads no file and re-runs no check.

pack:certificate-watchcertificateboardrecords
by recued-core pinned v2

Use “Register a certificate to watch” in Recued. Record one certificate file so Check the certificates will read it. Keyed on its path, so re-registering the same file converges.

pack:certificate-watchcertificatetlsrecords
by recued-core pinned v2

Use “Check the certificates” in Recued. Read every registered certificate and record whether it is healthy, running out within thirty days, or unreadable. A file that cannot be parsed is reported as unreadable rather than counted as healthy, because those two answers look identical to the expiry check on its own.

pack:certificate-watchcertificatetlsexpiry
by recued-core pinned v2
View pack details, dependencies, and permissions →

The board

Status is unchecked (never read), ok (good for at least 30 days), expiring (inside 30 days, or already lapsed), or unreadable (the file could not be parsed as a certificate).

unreadable is not a renewal problem, it is a watching problem. Those files were never checked, so nothing is known about them either way. A board showing 0 expiring and 3 unreadable is not a clean board.

expiring includes ALREADY EXPIRED-checkend answers one question and cannot tell them apart. Read Expires for which it is.

These are results from the last run, not live reads. Re-run Check the certificates for a current answer.

How it works 15 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (15 steps)
status trim
Trim whitespace from setting status
filter_by_status compare
Check if status has data
all_rows ?
skip: step.filter_by_status equal true
filtered_rows ?
skip: step.filter_by_status equal false
rows coalesce
Use the first available value from: filtered rows records, all rows records,
rows_sorted sort
Sort by label
row_count count
Count items in rows sorted
expiring_rows filter
Filter by condition
unreadable_rows filter
Filter by condition
unchecked_rows filter
Filter by condition
expiring_count count
Count items in expiring rows
unreadable_count count
Count items in unreadable rows
unchecked_count count
Count items in unchecked rows
board_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 2 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

limit setting = 50
status setting =

About

Tags

pack:certificate-watchcertificateboardrecordsv2

Details

15 steps 2 configurable settings recipe_id: list-certificates