Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Certificate Manager
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • GetEx
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • gRPC request
  • GetExCertificateContentRequest
  • FolderAndName
  • GetExCertificateContentResponse
  1. API reference
  2. gRPC
  3. CertificateContent
  4. GetEx

Certificate Manager API, gRPC: CertificateContentService.GetEx

Written by
Yandex Cloud
Updated at August 8, 2025
  • gRPC request
  • GetExCertificateContentRequest
  • FolderAndName
  • GetExCertificateContentResponse

gRPC requestgRPC request

rpc GetEx (GetExCertificateContentRequest) returns (GetExCertificateContentResponse)

GetExCertificateContentRequestGetExCertificateContentRequest

{
  // Includes only one of the fields `certificate_id`, `folder_and_name`
  "certificate_id": "string",
  "folder_and_name": {
    "folder_id": "string",
    "certificate_name": "string"
  },
  // end of the list of possible fields
  "version_id": "string",
  "private_key_format": "PrivateKeyFormat"
}

Field

Description

certificate_id

string

Includes only one of the fields certificate_id, folder_and_name.

folder_and_name

FolderAndName

Includes only one of the fields certificate_id, folder_and_name.

version_id

string

private_key_format

enum PrivateKeyFormat

  • PRIVATE_KEY_FORMAT_UNSPECIFIED
  • PKCS1
  • PKCS8

FolderAndNameFolderAndName

Field

Description

folder_id

string

Required field.

certificate_name

string

Required field.

GetExCertificateContentResponseGetExCertificateContentResponse

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

Field

Description

certificate_id

string

version_id

string

certificate_chain[]

string

private_key

string

Was the article helpful?

Previous
Get
Next
Overview
© 2025 Direct Cursus Technology L.L.C.