Discover Google Cloud certificates — Certificate Manager, GKE, load balancers, and Cloud KMS.
The GCP integration connects TigerTrust to your Google Cloud project via a service account. TigerTrust authenticates with a service account key and enumerates certificates across Certificate Manager, Compute Engine SSL, GKE, and Cloud KMS.
Both Google-managed (ACME-issued, auto-renewed) and self-managed certificates. Domain names, SANs, expiry, and certificate map attachments.
Load balancer SSL certificates
Global SSL certificates attached to HTTPS proxies. Google-managed certs are marked as auto-renewing; self-managed certs are eligible for TigerTrust renewal.
GKE cluster CA
Cluster CA certificates and API server FQDNs. Reported with “GKE-Managed” as the issuer.
Cloud KMS
Cloud KMS key rings and customer-managed keys associated with certificate material.
TigerTrust treats Google Certificate Manager’s two certificate types differently:
Managed (Google-issued)
Self-managed (uploaded)
Google issues and rotates these certificates via its own ACME integration. TigerTrust records them with auto-renewal noted and does not schedule its own renewal — it monitors expiry and reports drift from what Google reports.
You uploaded the certificate to Google. TigerTrust parses the PEM to extract subject, issuer, key size, and fingerprint. Renewals can be routed through TigerTrust’s renewal engine and pushed back to Google after renewal.
Service account keys are long-lived credentials. Rotate them on a regular schedule using gcloud iam service-accounts keys create and delete the old key immediately after updating TigerTrust. Consider using Workload Identity Federation instead of key files for TigerTrust deployments running on Google Cloud.