Oracle Cloud Infrastructure Certificate Management
TigerTrust provides comprehensive certificate lifecycle management for Oracle Cloud Infrastructure environments.
OCI Vault Integration
Manage certificates stored in OCI Vault:
# OCI CLI - List certificates in vault oci kms management key list --compartment-id <compartment-ocid> # TigerTrust discovers and syncs vault certificates tigertrust oci sync --compartment-id <compartment-ocid>
Load Balancer Certificate Management
Automate SSL/TLS certificate management for OCI Load Balancers:
- Automatic certificate discovery across load balancers
- Renewal automation with zero-downtime deployment
- Support for multiple listeners and backend sets
- Certificate chain validation
API Gateway Integration
Secure your API Gateway custom domains:
- Custom domain certificate provisioning
- Automatic renewal before expiration
- Multi-stage deployment support
- Certificate validation and testing
Compartment-Based Organization
TigerTrust respects OCI's compartment structure:
- Discover certificates across compartments
- Apply policies per compartment
- Role-based access aligned with OCI IAM
- Cross-compartment certificate management
Resource Manager Integration
Deploy TigerTrust using OCI Resource Manager:
# Terraform configuration for OCI resource "oci_certificates_management_certificate" "example" { compartment_id = var.compartment_id name = "api-certificate" certificate_config { config_type = "MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CA" } }
Achieve complete certificate visibility and automation across your Oracle Cloud Infrastructure with TigerTrust.