Nebius Israel
Contact usConsole
  • GPU
  • Docs
© 2023 Nebius Israel Ltd
Certificate Manager
  • Getting started
  • Access management
  • Pricing policy
  • FAQ
  1. API reference
  2. REST
  3. CertificateContent
  4. get

Certificate Manager API, REST: CertificateContent.get

  • HTTP request
  • Path parameters
  • Query parameters
  • Response

Returns chain and private key of the specified certificate.

HTTP requestHTTP request

GET https://dpl.ycm.api.il.nebius.cloud/certificate-manager/v1/certificates/{certificateId}:getContent

Path parametersPath parameters

Parameter Description
certificateId

ID of the certificate to download content.

Query parametersQuery parameters

Parameter Description
versionId

Optional ID of the version.

privateKeyFormat

Desired format of private key

ResponseResponse

HTTP Code: 200 - OK

{
  "certificateId": "string",
  "certificateChain": [
    "string"
  ],
  "privateKey": "string"
}
Field Description
certificateId string

ID of the certificate.

certificateChain[] string

PEM-encoded certificate chain content of the certificate.

privateKey string

PEM-encoded private key content of the certificate.

© 2023 Nebius Israel Ltd
In this article:
  • HTTP request
  • Path parameters
  • Query parameters
  • Response