Update a certificate by ID

Updates a certificate in the certificate store.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

idstringRequired

Id of certificate (MongoDB ObjectId as string)

Request

request body
aliasstringOptional

Response

Information about the certificate that was just updated
_idstring
certificatestring

PEM-encoded certificate string

aliasstring
contract_idstring
hoststring
issuerstring
self_signedboolean
typeenum
Allowed values:
validityobject
updatedAtstringformat: "date-time"

Errors

500
Internal Server Error