Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • 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
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Certificate Manager
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
          • Overview
          • GenerateCertificateAuthority
          • GenerateCertificateAuthorityByCsr
          • ImportCertificateAuthority
          • GenerateCsrForCertificateAuthority
          • SendSignedCertificateOfCertificateAuthority
          • Delete
          • GetCsrForCertificateAuthority
          • Get
          • List
          • Update
          • ListAccessBindings
          • SetAccessBindings
          • UpdateAccessBindings
  • 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. PrivateCa
  5. GetCsrForCertificateAuthority

Certificate Manager Private CA API, REST: PrivateCa.GetCsrForCertificateAuthority

Written by
Yandex Cloud
Updated at January 29, 2026
  • HTTP request
  • Path parameters
  • Response

Retrieves the CSR for a given Certificate Authority (CA), generated by GenerateCsrForCertificateAuthority method.
This retrieves the CSR so that it can be signed by an external CA.

HTTP requestHTTP request

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

Path parametersPath parameters

Retrieve the CSR for a specific Certificate Authority.

Field

Description

certificateAuthorityId

string

Required field. The ID of the Certificate Authority for which you want to retrieve the CSR.

The maximum string length in characters is 50.

ResponseResponse

HTTP Code: 200 - OK

{
  "certificateAuthorityId": "string",
  "pemContent": "string"
}

Certificate Signing Request (CSR) for signing a certificate authority.

Field

Description

certificateAuthorityId

string

ID of the certificate authority for which the CSR was generated.

pemContent

string

PEM-encoded CSR content.

Was the article helpful?

Previous
Delete
Next
Get
© 2026 Direct Cursus Technology L.L.C.