Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Certificate Manager
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
          • Overview
          • GetChain
          • GetPrivateKey
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • gRPC request
  • GetCertificateChainRequest
  • GetCertificateChainResponse
  1. API reference
  2. gRPC
  3. Certificate Manager Private CA API
  4. PrivateCaCertificateContent
  5. GetChain

Certificate Manager Private CA API, gRPC: PrivateCaCertificateContentService.GetChain

Written by
Yandex Cloud
Updated at December 17, 2024
  • gRPC request
  • GetCertificateChainRequest
  • GetCertificateChainResponse

Returns the certificate chain for the specified certificate.

gRPC requestgRPC request

rpc GetChain (GetCertificateChainRequest) returns (GetCertificateChainResponse)

GetCertificateChainRequestGetCertificateChainRequest

{
  "certificate_id": "string"
}

Request message for GetChain.

Field

Description

certificate_id

string

Required field. ID of the certificate to get the chain for.

GetCertificateChainResponseGetCertificateChainResponse

{
  "certificate_id": "string",
  "certificate_chain": [
    "string"
  ]
}

Response message containing the certificate chain.

Field

Description

certificate_id

string

ID of the certificate.

certificate_chain[]

string

The certificate chain in PEM format.

Was the article helpful?

Previous
Overview
Next
GetPrivateKey
Yandex project
© 2025 Yandex.Cloud LLC