Get Certificate Library Item
Retrieves the specified certificate library item. Note: This API also supports a former (erroneously spelt) alternate path /cetificateLibrary/{id} as a Deprecated API (deprecated-in and removed after API version 36.0)
id
OK
{
"id": "string",
"alias": "string",
"privateKey": "string",
"privateKeyPassphrase": "string",
"certificate": "string",
"description": "string",
"consumerCount": 0
}
id
alias
PEM encoded private key. Required if providing a certificate chain
passphrase for the private key. Required if the private key is encrypted
PEM encoded certificate. All extraneous whitespace and other information is removed.
Description of the certificate library item
The number of consumers of the certificate.
This operation contains the following vendor extensions defined in the spec:
[object Object],[object Object]
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/ssl/certificateLibrary/{id}