Certificate Manager Private CA API, REST: PrivateCaCertificateContent.GetChain
Статья создана
Обновлена 17 декабря 2024 г.
Returns the certificate chain for the specified certificate.
HTTP request
GET https://private-ca.certificate-manager.api.cloud.yandex.net/privateca/v1/privateCertificates/{certificateId}:getChain
Path parameters
Request message for GetChain.
Field |
Description |
certificateId |
string Required field. ID of the certificate to get the chain for. |
Response
HTTP Code: 200 - OK
{
"certificateId": "string",
"certificateChain": [
"string"
]
}
Response message containing the certificate chain.
Field |
Description |
certificateId |
string ID of the certificate. |
certificateChain[] |
string The certificate chain in PEM format. |