Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.01 KB

RevokeCertificate.md

File metadata and controls

17 lines (13 loc) · 1.01 KB

RevokeCertificate

RevokeCertificate is a command that revokes a certificate and adds it to the crl

Properties

Name Type Description Notes
item_id int The item id of the certificate to revoke [optional]
json bool Set output format to JSON [optional] [default to False]
name str Certificate item name to revoke [optional]
serial_number str The serial number of the certificate to revoke [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str 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]

[Back to Model list] [Back to API list] [Back to README]