tklmCertDefaultRolloverDelete
Use the tklmCertDefaultRolloverDelete command to remove a certificate rollover that is specified in a rollover list.
Note: The IBM® Security Guardium® Key Lifecycle Manager command-line
interface commands will be deprecated in the later versions of IBM Security Guardium Key Lifecycle Manager. Use the
REST interfaces instead.
Purpose
Use this command to remove a certificate rollover that is specified in a rollover list.Permissions
Your role must have permissions to the delete action and to the appropriate device group.
Syntax
tklmCertDefaultRolloverDelete -uuid certrolloveruuidParameters
- -uuid
- Required. Specify the Universal Unique Identifier of an existing certificate rollover. Use the tklmCertDefaultRolloverList() command to list attributes, including the value of the -uuid parameter. For example: 101
Example
This Jython-formatted command removes a certificate rollover that is specified in a rollover list.
print AdminTask.tklmCertDefaultRolloverDelete
('[-uuid 101]')