Yandex.Cloud
  • Services
  • Why Yandex.Cloud
  • Pricing
  • Documentation
  • Contact us
Get started
Yandex Certificate Manager
  • Getting started
  • Step-by-step instructions
    • All instructions
    • Let's Encrypt® certificate
      • Create a certificate
      • Get the contents of a certificate
      • Domain rights check procedure
      • Renew a certificate
      • Edit a certificate
      • Delete a certificate
    • User certificate
      • Create a certificate
      • Get the contents of a certificate
      • Renew a certificate
      • Edit a certificate
      • Delete a certificate
    • Domain
      • Create a domain
      • Link a certificate to a domain
      • Update a domain description
      • Delete a domain
    • Backups
  • Concepts
    • Overview
    • Let's Encrypt® certificate
    • User certificate
    • Check rights for domain
    • Integration with Yandex.Cloud services
    • Quotas and limits
    • Domain
      • Overview
      • Integration of the domain management system with services from Yandex.Cloud
  • Access management
  • Pricing policy
  • API reference
    • Authentication in the API
    • gRPC
      • Overview
      • CertificateContentService
      • CertificateService
      • OperationService
    • REST
      • Overview
      • Certificate
        • Overview
        • create
        • delete
        • get
        • list
        • listAccessBindings
        • listOperations
        • requestNew
        • setAccessBindings
        • update
        • updateAccessBindings
      • CertificateContent
        • Overview
        • get
  • Questions and answers
  1. API reference
  2. gRPC
  3. CertificateContentService

CertificateContentService

  • Calls CertificateContentService
  • Get
    • GetCertificateContentRequest
    • GetCertificateContentResponse

A set of methods for managing certificate content.

Call Description
Get Returns chain and private key of the specified certificate.

Calls CertificateContentService

Get

Returns chain and private key of the specified certificate.

rpc Get (GetCertificateContentRequest) returns (GetCertificateContentResponse)

GetCertificateContentRequest

Field Description
certificate_id string
ID of the certificate to download content.

GetCertificateContentResponse

Field Description
certificate_id string
ID of the certificate.
certificate_chain[] string
PEM-encoded certificate chain content of the certificate.
private_key string
PEM-encoded private key content of the certificate.
In this article:
  • Calls CertificateContentService
  • Get
  • GetCertificateContentRequest
  • GetCertificateContentResponse
Language
Careers
Privacy policy
Terms of use
© 2021 Yandex.Cloud LLC