v1

latestOpenAPI 3.0.12026-07-177949123.5 KB
v1/certificate

Checks revocation status of the specified certificate

Checks revocation status of the specified certificate

get/v1/certificate/{issuer_dn}/{certificate_serial_number}/revocationstatus

Path parameters

issuer_dnstring required

Subject DN of the issuing CA

certificate_serial_numberstring required

hex serial number (without prefix, e.g. '00')

Response

Successful operation

issuer _distinguished _namestring
hex _serial _numberstring
rfc5280 revokation reasonstring
revokation datestring date-time
invalidity datestring date-time
messagestring
revokedboolean

Example response

{
  "issuer _distinguished _name": "CN=ExampleCA",
  "hex _serial _number": "1234567890ABCDEF",
  "rfc5280 revokation reason": "KEY_COMPROMISE",
  "revokation date": "1970-01-01T00:00:00Z",
  "invalidity date": "1970-01-01T00:00:00Z",
  "message": "Successfully revoked"
}