Google Cloud Certificate Manager website screenshot

Google Cloud Certificate Manager

Google Cloud Certificate Manager is a service that lets you acquire and manage TLS (SSL) certificates for use with Google Cloud load balancers and other Google Cloud services. It supports provisioning, renewing, and deploying both Google-managed and self-managed certificates, simplifying certificate lifecycle management at scale.

1 APIs 0 Features
Certificate ManagementCertificatesLoad BalancingSecuritySSLTLS

APIs

Certificate Manager API

The Certificate Manager API enables developers to programmatically manage TLS certificates, certificate maps, certificate map entries, and DNS authorizations for Google Cloud re...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

Google Cloud Certificate Manager Context

0 classes · 3 properties

JSON-LD

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Cloud Certificate Manager API
  version: v1
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    accessTokenUrl: https://oauth2.googleapis.com/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Certificates
    type: folder
  items:
  - info:
      name: Google Cloud Certificate Manager List certificates
      type: http
    http:
      method: GET
      url: https://certificatemanager.googleapis.com/v1/projects/:projectId/locations/:location/certificates
      params:
      - name: projectId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Lists certificates in a given project and location.
  - info:
      name: Google Cloud Certificate Manager Create a certificate
      type: http
    http:
      method: POST
      url: https://certificatemanager.googleapis.com/v1/projects/:projectId/locations/:location/certificates
      params:
      - name: projectId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: certificateId
        value: ''
        type: query
      body:
        type: json
        data: '{}'
    docs: Creates a new certificate in a given project and location.
- info:
    name: CertificateMaps
    type: folder
  items:
  - info:
      name: Google Cloud Certificate Manager List certificate maps
      type: http
    http:
      method: GET
      url: https://certificatemanager.googleapis.com/v1/projects/:projectId/locations/:location/certificateMaps
      params:
      - name: projectId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Lists certificate maps in a given project and location.
- info:
    name: DnsAuthorizations
    type: folder
  items:
  - info:
      name: Google Cloud Certificate Manager List DNS authorizations
      type: http
    http:
      method: GET
      url: https://certificatemanager.googleapis.com/v1/projects/:projectId/locations/:location/dnsAuthorizations
      params:
      - name: projectId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Lists DNS authorizations in a given project and location.
bundled: true