Remove installed root/intermediate CA certificates
The delete controller caCertificate command removes the installed root/intermediate CA certificate from the specified controller.
Supported Arrays
This command applies to an individual DE2000H, DE4000H, DE4000F, DE6000H, or DE6000F storage array.
Roles
To execute this command on an storage array, you must have the Security Admin role.
Syntax
delete controller [(a|b)] caCertificate aliases=("alias1" ... "aliasN")
Parameters
Parameter | Description |
---|---|
controller | Allows you to specify the controller on which you want to delete the signed certificate from. Valid controller identifiers are a or b, where a is the controller in slot A, and b is the controller in slot B. Enclose the controller identifier in square brackets ([ ]). |
aliases | Allows you to specify one or more CA certificates to be deleted using the alias names or specify all. The aliases must be from the controller for which the certificate is being deleted. Enclose all the aliases in parentheses. If you enter more than one alias, separate them with a space. |
Examples
SMcli -n Array1 -c "delete controller[a] caCertificate aliases=("myAlias" "anotherAlias");"
SMcli completed successfully.
Give documentation feedback