Certificate Manager API, gRPC: CertificateContentService
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. |
version_id | string Optional ID of the version. |
private_key_format | enum PrivateKeyFormat Desired format of private key |
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. |