tklmCertDefaultRolloverDelete
Use the tklmCertDefaultRolloverDelete command to remove a certificate rollover that is specified in a rollover list.
Note: The IBM Security Key Lifecycle Manager command-line
interface commands will be deprecated in the later versions of IBM Security 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
您的角色必須具有刪除動作的許可權,以及具有適當裝置群組的許可權。
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]')