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 Studio
    • 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
          • 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. PrivateCaContent
  5. GetPrivateKey

Certificate Manager Private CA API, REST: PrivateCaContent.GetPrivateKey

Written by
Yandex Cloud
Updated at August 8, 2025
  • HTTP request
  • Path parameters
  • Response

Returns the private key and passphrase for the specified certificate authority.

HTTP requestHTTP request

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

Path parametersPath parameters

Request message for getting the private key of a certificate authority.

Field

Description

certificateAuthorityId

string

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

ResponseResponse

HTTP Code: 200 - OK

{
  "certificateAuthorityId": "string",
  "privateKey": "string",
  "passphrase": "string"
}

Response message containing the private key and passphrase.

Field

Description

certificateAuthorityId

string

ID of the certificate authority.

privateKey

string

The private key in PEM format.

passphrase

string

The passphrase for the private key, if any.

Was the article helpful?

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