Update Certificate Library Item
DescriptionUpdates 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)
Request
URLURL
Path Parameters
Path Parameters
Request Body
{
"alias": "string",
"certificate": "string"
}
PEM encoded certificate. All extraneous whitespace and other information is removed.
Description of the certificate library item
PEM encoded private key. Required if providing a certificate chain
passphrase for the private key. Required if the private key is encrypted
Authentication
Response
Response BodyResponse Body
200 OK
{
"alias": "string",
"certificate": "string",
"description": "string",
"id": "string",
"privateKey": "string",
"privateKeyPassphrase": "string"
}
PEM encoded certificate. All extraneous whitespace and other information is removed.
Description of the certificate library item
PEM encoded private key. Required if providing a certificate chain
passphrase for the private key. Required if the private key is encrypted