RevokeCertificate is a command that revokes a certificate and adds it to the crl
Name | Type | Description | Notes |
---|---|---|---|
ItemId | long | The item id of the certificate to revoke | [optional] |
Json | bool | Set output format to JSON | [optional] [default to false] |
Name | string | Certificate item name to revoke | [optional] |
SerialNumber | string | The serial number of the certificate to revoke | [optional] |
Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |
_Version | int | Certificate version to revoke. Required if item-id or name are used. | [optional] |