Skip to content

How do I monitor expiring certificates?

Requires Pro

Notory automatically sorts the certificate list by Valid To — the certificate expiring soonest appears at the top. Each certificate also carries a status (Active, Expiring Soon, Expired, Revoked), shown as an indicator. This lets you spot upcoming expirations at a glance.

Part of the Certificates module and therefore available from the Pro tier onward (feature certificates).

  1. Open the “Certificates” module. The list is sorted ascending by Valid To. The certificates with the nearest expiry date appear at the top.

  2. Read the status indicator. The Status column shows Active, Expiring Soon, Expired, or Revoked for each certificate. Set the status to Expiring Soon while editing to actively flag a certificate.

    The expiry-sorted list with a status indicator for each certificate.
  • Server-side sorting: GET /certificates always returns results sorted ascending by valid_to — upcoming expirations first, without you having to sort them yourself.
  • Status is stored, not computed: active/expiring_soon/expired/ revoked are values that you set. There is no background job that automatically changes the status based on valid_to.
  • No e-mail, no webhook: Notory sends no notification for expiring certificates. Build reminders as needed via periodic calls to GET /certificates (comparing valid_to against the current date).
  • Audit trail: A status change is logged as updated_by/updated_at.
  • Tenant isolation: Only certificates belonging to your tenant are listed.