cas

Certificate Authority Service

SecurityGCP
General

General information about the service.

Description

Google Certificate Authority Service enables you to deploy and manage private certificate authorities.

Service ID

privateca.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/caPools/{pool}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

cas-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_privateca_ca_pool" "main" {
2 name = "cas-${var.environment}"
3 location = var.region
4 tier = "ENTERPRISE"
5}
Utilities

Utilities to support app deployment or configuration.