
What it is
The renewal engine monitors your inventory for certificates entering the renewal window (default 30 days before expiry). For each eligible certificate, it picks the renewal method that matches the issuing CA type and either talks to the CA directly or routes through a field agent so the private key never leaves the endpoint.When to use it
- Automate renewal for all Let’s Encrypt certificates in one workspace setting.
- See the pending renewal queue before your on-call shift starts.
- Manually trigger renewal for a specific certificate before it enters the automatic window.
- Upload a certificate that was signed by an external process (for example, an EV certificate after organization validation).
The renewal window
A certificate is eligible for renewal whenexpiry − renewalWindow < today. The window defaults to 30 days and is overridable per CA, per template, or per certificate.
Certificates > Renewal shows three tabs:
Expiring
Certificates entering the window in the next N days.
Queue
Renewals currently pending or in progress.
History
Every renewal attempt with method, result, and timestamps.
Supported renewal methods
| Method | Backs |
|---|---|
| ACME | Let’s Encrypt, ZeroSSL, Buypass, Sectigo ACME, Google Trust Services |
| SCEP | Cisco, mobile MDM, ADCS |
| EST | RFC 7030 |
| DigiCert | DigiCert CertCentral |
| Entrust | Entrust Certificate Services |
| Sectigo | Sectigo Certificate Manager |
| ZeroSSL | ZeroSSL REST API |
| GoDaddy | GoDaddy SSL API |
| AWS Private CA | AWS Private Certificate Authority |
| Microsoft ADCS | Active Directory Certificate Services (SCEP or DCOM) |
| HashiCorp Vault | Vault PKI secrets engine |
| step-ca | Smallstep CA |
| Internal CA | TigerTrust’s built-in PKI |
| Manual CSR | Fallback — generate a CSR, notify you to sign upstream |
Agent-generated CSR flow
For certificates whose private key must stay on the endpoint:Renewal engine enqueues a CSR task
A task is dispatched to the primary field agent assigned to the certificate.
Agent generates the CSR
The agent creates the CSR locally using the existing key (or a new key if rotation is requested).
TigerTrust signs
The renewal method handler (ACME, DigiCert, and so on) submits the CSR to the CA and receives the new certificate.
Manual renewal
For certificates that require human intervention (EV certs, highly audited environments):Generate a CSR
On the certificate’s detail panel, click Generate CSR. TigerTrust creates the CSR and key server-side (or queues a CSR generation task on the assigned agent).
Failure handling
Renewals that fail are recorded in the renewal history with the error message. The engine retries with exponential backoff up to the configured maximum. Persistent failures raise ahigh severity alert and pause auto-renewal on the certificate until you acknowledge the alert, preventing tight failure loops.
Related
Certificate deployment
What the auto-deploy step does with a renewed certificate.
Agents and Collector
How agents produce CSRs without leaking private keys.
DNS providers
Configure Route 53, Cloudflare, and others for DNS-01 challenges.