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:

  • 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 December 17, 2024
  • 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
Yandex project
© 2025 Yandex.Cloud LLC