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
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 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
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • HTTP request
  • Path parameters
  • Query parameters
  • Response
  1. API reference
  2. REST
  3. CertificateContent
  4. Get

Certificate Manager API, REST: CertificateContent.Get

Written by
Yandex Cloud
Updated at November 26, 2024
  • HTTP request
  • Path parameters
  • Query parameters
  • Response

Returns chain and private key of the specified certificate.

HTTP request

GET https://data.certificate-manager.api.cloud.yandex.net/certificate-manager/v1/certificates/{certificateId}:getContent

Path parameters

Field

Description

certificateId

string

Required field. ID of the certificate to download content.

Query parameters

Field

Description

versionId

string

Optional ID of the version.

privateKeyFormat

enum (PrivateKeyFormat)

Desired format of private key

  • PRIVATE_KEY_FORMAT_UNSPECIFIED
  • PKCS1
  • PKCS8

Response

HTTP Code: 200 - OK

{
  "certificateId": "string",
  "certificateChain": [
    "string"
  ],
  "privateKey": "string"
}

Field

Description

certificateId

string

ID of the certificate.

certificateChain[]

string

PEM-encoded certificate chain content of the certificate.

privateKey

string

PEM-encoded private key content of the certificate.

Was the article helpful?

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