Call Home Certificate

Invoke the revoke-call-home-cert operation

Revoke an x509 host certificate previously issued by issue-call-home-cert.

SecurityaccessToken
Request
Request Body schema:
serial
required
string <hex-string> ^([0-9a-fA-F]{2}(:[0-9a-fA-F]{2})*)?$

Serial number of the certificate to revoke.

reason
string <enumeration>
Default: "unspecified"
  • unspecified
  • keyCompromise
  • cACompromise
  • affiliationChanged
  • superseded
  • cessationOfOperation
  • certificateHold
  • privilegeWithdrawn
  • aAcompromise

Reason for revoking the certificate.

Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

503

Service Unavailable (strongbox sealed)

post/v1/state/system/call-home/revoke-call-home-cert
Request samples
serial: 01:02:03:04:05:06:07:08:09:0a:0b:0c:0d:0e:0f:10
reason: keyCompromise