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
          • Overview
          • GetChain
          • GetPrivateKey
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • HTTP request
  • Path parameters
  • Response
  1. API reference
  2. REST
  3. Certificate Manager Private CA API
  4. PrivateCaCertificateContent
  5. GetPrivateKey

Certificate Manager Private CA API, REST: PrivateCaCertificateContent.GetPrivateKey

Written by
Yandex Cloud
Updated at December 17, 2024
  • HTTP request
  • Path parameters
  • Response

Returns the private key for the specified certificate.

HTTP requestHTTP request

GET https://private-ca.certificate-manager.api.cloud.yandex.net/privateca/v1/privateCertificates/{certificateId}:getPrivateKey

Path parametersPath parameters

Request message for GetPrivateKey.

Field

Description

certificateId

string

Required field. ID of the certificate to get the private key for.

ResponseResponse

HTTP Code: 200 - OK

{
  "certificateId": "string",
  "privateKey": "string"
}

Response message containing the private key.

Field

Description

certificateId

string

ID of the certificate.

privateKey

string

The private key in PEM format.

Was the article helpful?

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