Skip to content

How do I renew a certificate?

Requires Pro

Notory does not renew certificates itself — renewal happens at your certificate authority (CA, e.g. via ACME/certbot). In Notory, you update the result afterward: open the certificate to edit it, update Valid From/To and the fingerprint, and set the status back to Active. The Auto-Renew flag marks certificates that are renewed automatically outside of Notory.

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

  1. Spot the expiry — via the list sorted by Valid To, or the Expiring Soon status (see Expiry Monitoring).
  2. Renew the certificate at the CA — outside of Notory (ACME/certbot, the provider’s certificate portal, …) and roll it out to your systems.
  3. Update the entry in Notory — enter the new validity dates and new fingerprint, set the status back to Active (see the instructions below).
  1. Open the certificate for editing. Select Certificates in the left-hand navigation and click the pencil icon (Edit) next to the affected entry.

  2. Enter the new data. Update in the dialog:

    • Valid From / Valid To — the term of the renewed certificate.
    • Fingerprint (SHA-256) — the fingerprint changes with every renewal.
    • Status — back to Active (if it was set to “Expiring Soon” or “Expired”).
    • If needed, Key Type/Size, in case the key was newly generated.
    After renewal: new term and new fingerprint, status back to 'Active'.
  3. Save. The certificate moves further down the list based on the new expiry date.

  • An update, not automation: Notory does not perform the renewal and does not change the entry on its own — not even when Auto-Renew is set. The flag is a marker (“this certificate renews automatically outside of Notory”) so you know where manual action is needed.
  • Re-sorting: With the new Valid To, the certificate moves further down the expiry-sorted list.
  • Audit trail: The change is logged with updated_by and updated_at.
  • No e-mail, no webhook: The update triggers no notifications.
  • Two valid strategies: Update the entry (one continuous record per domain) or create a new one and revoke the old one (full history). Choose per your team’s convention — Notory doesn’t enforce either.