--- id: google-cloud-certificate-manager version: "1.14.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # google-cloud-certificate-manager — Google Cloud Certificate Manager API client library License: permissive · Maintenance: active · Downloads: 275.0K/mo ## What it is and what it does This is the official Python client for Google Cloud Certificate Manager, a managed service that simplifies TLS certificate acquisition, deployment, and lifecycle management. It wraps the Certificate Manager API, allowing you to programmatically create, update, delete, and monitor certificates within your Google Cloud projects. The library depends on google-api-core, google-auth, grpcio, proto-plus, and protobuf to handle authentication, gRPC communication, and protocol buffer serialization. The package is production-stable and actively maintained, supporting Python 3.10 through 3.14. It installs as a pure-Python wheel with low friction. You'll need valid Google Cloud credentials and a GCP project with Certificate Manager enabled. The library includes structured logging support via the standard Python logging module, with optional environment-based configuration through GOOGLE_SDK_PYTHON_LOGGING_SCOPE. Use it for: - Automate TLS certificate provisioning and renewal for applications running on Google Cloud Platform - Integrate certificate management into infrastructure-as-code or CI/CD pipelines for cloud deployments - Monitor and manage certificate lifecycle events programmatically across multiple GCP projects - Build custom certificate management dashboards or tools that query Certificate Manager state - Synchronize on-premises or multi-cloud certificate inventories with Google Cloud Certificate Manager ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Python client library for Google Cloud Certificate Manager that handles TLS certificate acquisition, deployment, and lifecycle management through the Google Cloud API. Yes. This is the official, actively maintained client library for Google Cloud Certificate Manager. Install it if you need to manage TLS certificates programmatically on GCP. It has low install friction, no known vulnerabilities, permissive licensing, and is production-stable. The only prerequisite is Python >= 3.10 and valid GCP credentials. ## Install pip install google-cloud-certificate-manager uv add google-cloud-certificate-manager poetry add google-cloud-certificate-manager ## Installing google-cloud-certificate-manager Before you install: Low friction installation with a pure-Python wheel. Actively maintained with recent releases; last commit 2026-08-14. Depends on standard Google Cloud libraries (google-api-core, google-auth, grpcio, proto-plus, protobuf). License in practice: Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most projects. Quickstart: pip install google-cloud-certificate-manager from google.cloud import certificate_manager_v1 client = certificate_manager_v1.CertificateManagerClient() # Use client to manage certificates in your GCP project Requires Python >= 3.10 and valid Google Cloud authentication credentials configured (via GOOGLE_APPLICATION_CREDENTIALS or Application Default Credentials). Verify before relying: - Whether the library supports all Certificate Manager API operations or a subset of the full service - Performance characteristics and rate limits when managing large numbers of certificates - Whether async/await support is available for non-blocking certificate operations ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 275.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags google cloud certificate manager, tls certificate management api, certificate lifecycle automation, google cloud python client, certificate deployment google cloud, transport layer security management, cloud certificate api python, google-cloud, certificate-management, tls [View on SkillFed](https://skillfed.io/packages/google-cloud-certificate-manager) · [View on PyPI](https://pypi.org/project/google-cloud-certificate-manager/)