Certificate Manager Private CA API, gRPC: PrivateCaCertificateContentService.GetChain
Статья создана
Обновлена 17 декабря 2024 г.
Returns the certificate chain for the specified certificate.
gRPC request
rpc GetChain (GetCertificateChainRequest) returns (GetCertificateChainResponse)
GetCertificateChainRequest
{
"certificate_id": "string"
}
Request message for GetChain.
Field |
Description |
certificate_id |
string Required field. ID of the certificate to get the chain for. |
GetCertificateChainResponse
{
"certificate_id": "string",
"certificate_chain": [
"string"
]
}
Response message containing the certificate chain.
Field |
Description |
certificate_id |
string ID of the certificate. |
certificate_chain[] |
string The certificate chain in PEM format. |