Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • 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
    • Price calculator
    • Pricing plans
  • 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
          • GenerateCertificateAuthority
          • GenerateCertificateAuthorityByCsr
          • ImportCertificateAuthority
          • GenerateCsrForCertificateAuthority
          • SendSignedCertificateOfCertificateAuthority
          • Delete
          • GetCsrForCertificateAuthority
          • Get
          • List
          • Update
          • ListAccessBindings
          • SetAccessBindings
          • UpdateAccessBindings
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • gRPC request
  • GetCsrForCertificateAuthorityRequest
  • CsrForSignCertificateAuthority
  1. API reference
  2. gRPC
  3. Certificate Manager Private CA API
  4. PrivateCa
  5. GetCsrForCertificateAuthority

Certificate Manager Private CA API, gRPC: PrivateCaService.GetCsrForCertificateAuthority

Written by
Yandex Cloud
Updated at December 17, 2024
  • gRPC request
  • GetCsrForCertificateAuthorityRequest
  • CsrForSignCertificateAuthority

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.

gRPC requestgRPC request

rpc GetCsrForCertificateAuthority (GetCsrForCertificateAuthorityRequest) returns (CsrForSignCertificateAuthority)

GetCsrForCertificateAuthorityRequestGetCsrForCertificateAuthorityRequest

{
  "certificate_authority_id": "string"
}

Retrieve the CSR for a specific Certificate Authority.

Field

Description

certificate_authority_id

string

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

CsrForSignCertificateAuthorityCsrForSignCertificateAuthority

{
  "certificate_authority_id": "string",
  "pem_content": "string"
}

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

Field

Description

certificate_authority_id

string

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

pem_content

string

PEM-encoded CSR content.

Was the article helpful?

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