
What it is
You register your load balancers as targets in TigerTrust, and deployment subscriptions make the connection between a specific certificate and the virtual servers that should use it. On every successful renewal, TigerTrust pushes the new certificate to all subscribed load-balancer targets and verifies the TLS handshake before marking the deployment complete.When to use it
- Automatically deploy renewed Let’s Encrypt certificates to F5 BIG-IP virtual servers without an operator.
- Keep an AWS ALB listener current after each renewal without an ACM import step.
- Detect load balancers that have drifted from the certificate TigerTrust believes should be installed and re-deploy automatically.
Supported target types
| Type | Auth |
|---|---|
| F5 BIG-IP | Username/password or API token |
| NGINX Plus | Token |
| HAProxy | Basic auth or token via dataplane API |
| AWS ALB | IAM role or access key |
| Azure Application Gateway | Managed identity or service principal |
| Citrix ADC | Session cookie |
| Kubernetes Ingress (NGINX) | Kubeconfig |
Set it up
Register a load balancer
Go to Infrastructure > Load balancers and click Add load balancer. Enter the type, host/endpoint, port, and credentials. Click Save.
Sync the load balancer
Click Sync on the load balancer row. TigerTrust connects to the load balancer, discovers its virtual servers and currently-installed certificates, and records them. This establishes the baseline.
Create a deployment subscription
Open the certificate you want to auto-deploy and go to its Deployment tab. Click Add target, select the load balancer, choose the virtual server, and toggle Auto-deploy on renewal. TigerTrust will push the certificate to this virtual server on every subsequent renewal.
What you’ll see
Infrastructure > Load balancers shows each registered load balancer with last-sync timestamp and health status. Click a load balancer to see its virtual servers and the certificate currently installed on each one. Deployment history shows a timeline of every deployment attempt with per-VIP status and logs.Periodic drift detection
TigerTrust checks every registered load balancer on a 10-minute cycle. If a virtual server is serving a certificate that differs from what TigerTrust expects (for example, due to an out-of-band change), a re-deployment is queued automatically. This catches half-applied rollouts and manual overrides.Rollback
Every deployment records the previous certificate before overwriting it. If more than a configurable percentage of virtual servers fail their TLS handshake verification, TigerTrust re-uploads the previous certificate to all affected targets and marks the batch asrolled_back.
Credentials for load balancers are stored encrypted. The plaintext is only held in memory for the duration of a single deployment operation.
Related
Renewal automation
Where deployment jobs originate after a successful renewal.
Alerts
Configure alerts on
deployment.failed events.Workflows
Add pre- and post-deploy hooks — drain, deploy, health-check.