C

certificatemanager.googleapis.com

Google Cloud Certificate Manager is a Google Cloud service for creating and managing TLS certificates and related resources such as certificate maps and DNS authorizations. It is used to manage certificates for Google Cloud infrastructure such as load balancing.

2 integrations · REST · CLI

Google Cloud Certificate Manager exposes a REST API at `https://certificatemanager.googleapis.com/v1` and management commands via the `gcloud certificate-manager` CLI; both use Google Cloud authentication credentials.

discovered 2mo ago
REST · OpenAPI1
CLI1
Credentials
Google Cloud OAuth 2.0 access tokenoauth2$ gcloud auth login

Acquired by the CLI — running gcloud auth login opens the auth flow and stores the credential.

Google Cloud service account credentialscompoundGet key

Create a service account in your Google Cloud project and grant it the IAM roles needed for Certificate Manager. For a downloadable credential, create a JSON key using Create and delete service account keys. For client libraries and local tools, Google recommends Application Default Credentials, which can come from a service account key file referenced by GOOGLE_APPLICATION_CREDENTIALS, an attached service account, or gcloud auth application-default login. These credentials are used to obtain OAuth 2.0 access tokens for API calls.

conventions · 0/8 published

Publish these signals → /publishing