Get a certificate by its ID

Returns the information about a particular certificate from the certificate store given its ID.

Authentication

AuthorizationBasic

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

Path parameters

idstringRequired

The Id of certificate (MongoDB ObjectId as string)

Response

a certificate from the trust store
statestringOptionalDefaults to Success
resultsobjectOptional

Errors

500
Internal Server Error