Update Certificate Library Item
Updates the specified certificate library item. Only the alias and description fields may be edited 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
id
{
"id": "string",
"alias": "string",
"privateKey": "string",
"privateKeyPassphrase": "string",
"certificate": "string",
"description": "string"
}
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
Description of the certificate library item
OK
{
"id": "string",
"alias": "string",
"privateKey": "string",
"privateKeyPassphrase": "string",
"certificate": "string",
"description": "string"
}
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
Description of the certificate library item