
What it is
You select a certificate and one or more targets (a field agent, a Kubernetes cluster, a load balancer, or a cloud certificate manager), configure target-specific options (path, namespace, cloud region), and TigerTrust dispatches the push. Optionally you create a subscription — a durable binding that redeploys the certificate automatically every time it is renewed.When to use it
- Push a newly-issued certificate to the web servers that serve it.
- Set up auto-deploy so every renewal reaches the endpoint without an operator step.
- Deploy a certificate to multiple cloud regions in one batch.
- Roll back to the previous certificate if a deployment verification fails.
Supported target types
Agent (filesystem, keystore)
A field agent writes the certificate and key to a path, optionally reloading a service (for example,
systemctl reload nginx).Kubernetes secret
Creates or updates a
kubernetes.io/tls secret in the configured namespace, optionally restarting deployments that reference it.Load balancer
F5 BIG-IP, NGINX Plus, HAProxy, AWS ALB, Azure App Gateway — uploads the certificate bundle and swaps the virtual server binding.
Cloud certificate manager
AWS ACM, Azure Key Vault, GCP Certificate Manager — imports the certificate and updates the referenced listener or binding.
Set it up
Open the deployment console
Go to Certificates > Deploy or open a certificate’s detail panel and click Deploy.
Select a certificate
Choose the certificate to deploy. You can deploy any certificate in your inventory.
Add targets
Click Add target and select from your registered agents, Kubernetes clusters, load balancers, and cloud integrations. For each target, fill in the target-specific config (path, namespace, secret name, cloud region, resource ARN).
Create a subscription (optional)
Toggle Auto-deploy on renewal to create a permanent binding. On every subsequent successful renewal, TigerTrust redeploys automatically to this target.
What you’ll see
Certificates > Deploy shows open and recent deployment jobs with per-target status (pending, deploying, deployed, failed). Click any job to see detailed logs, timing, and the previous certificate that was replaced. The certificate’s detail panel shows a live deployment map of all locations where it currently lives.
Rollback
Click Roll back on any deployment job to restore the previous certificate on all targets that were already updated. Rollback is instant if the previous certificate is still valid and held by TigerTrust. If the previous certificate has expired, rollback is refused and a critical alert is raised — fix the underlying issue and re-deploy manually.Subscriptions vs locations vs jobs
Three concepts to keep distinct:| Concept | Represents | Lifetime |
|---|---|---|
| Location | Where a certificate currently lives (a path, an ARN, a secret name) | Persistent — updated as the certificate moves |
| Subscription | ”Deploy this certificate to this target on every renewal” | Persistent binding |
| Deployment job | A single push attempt | Historical record per attempt |
Related
Kubernetes management
Cluster registration, cert-manager integration, and multi-cluster fan-out.
Load-balancer automation
F5, NGINX, HAProxy, and cloud load balancer target details.
Certificate renewal
Where subscriptions are evaluated automatically on renewal.