Cloud Providers
Available

Google Cloud Platform Integration

TigerTrust integrates with Google Cloud Platform to provide automated certificate lifecycle management across Certificate Manager, Secret Manager, GKE, and other GCP services.

Key Features

Certificate Manager
Secret Manager
GKE Integration
Cloud Functions
Cloud Load Balancing
Compute Engine
Cloud Run

Benefits

Automated discovery of certificates across GCP projects
Seamless integration with Google Certificate Manager
Native support for GKE certificate management
Cloud Functions triggers for certificate events
Multi-project certificate visibility

Common Use Cases

Managing certificates for GKE Ingress controllers

Automating Cloud Load Balancer certificate renewal

Centralizing certificate management across GCP projects

Securing Cloud Run services with custom domains

Google Cloud Certificate Management with TigerTrust

TigerTrust provides comprehensive certificate lifecycle automation for Google Cloud Platform, helping enterprises discover, manage, and automate certificates across their GCP infrastructure.

Google Certificate Manager Integration

TigerTrust integrates with Google's Certificate Manager to provide:

  • Managed Certificates: Automated provisioning and renewal of Google-managed certificates
  • Self-Managed Certificates: Import and manage your own certificates
  • Certificate Maps: Configure certificate-to-domain mappings
  • DNS Authorization: Automated DNS validation for certificate issuance

GKE Certificate Management

For Kubernetes workloads on GKE, TigerTrust provides:

# TigerTrust GKE Certificate Policy apiVersion: tigertrust.io/v1 kind: CertificatePolicy metadata: name: gke-ingress-policy spec: cluster: production-gke namespace: default autoRenew: true renewBeforeDays: 30 issuer: letsencrypt-prod domains: - "*.example.com"

Secret Manager Integration

Store and manage certificate private keys securely:

  • Automatic synchronization with Secret Manager
  • Version management for certificate updates
  • Access control through IAM policies
  • Audit logging for compliance

Cloud Load Balancing

Automate certificate management for:

  • Global HTTP(S) Load Balancers
  • Regional HTTP(S) Load Balancers
  • SSL Proxy Load Balancers
  • TCP Proxy Load Balancers

Multi-Project Management

TigerTrust provides centralized visibility across GCP projects:

  • Organization-wide certificate discovery
  • Cross-project certificate deployment
  • Unified policy enforcement
  • Consolidated compliance reporting

Cloud Functions Integration

Trigger automated workflows on certificate events:

# Cloud Function triggered by TigerTrust def certificate_expiring(event, context): cert_name = event['certificate_name'] days_remaining = event['days_until_expiry'] # Trigger renewal workflow trigger_renewal(cert_name) # Notify team send_notification(f"Certificate {cert_name} expires in {days_remaining} days")

Security & Best Practices

TigerTrust follows GCP security best practices:

  • Workload Identity for secure authentication
  • VPC Service Controls support
  • Cloud Audit Logs integration
  • Data residency compliance

Achieve enterprise-grade certificate lifecycle management for your GCP environment with TigerTrust.

Getting Started

1

Create a service account with required permissions

2

Download and configure service account key

3

Enable Certificate Manager API in your projects

4

Configure project discovery in TigerTrust

5

Set up Pub/Sub for event notifications

Ready to Integrate Google Cloud Platform?

Get started with TigerTrust and automate your certificate lifecycle management today.