SANtricity 11.9 Commands ( CA08871-194 ~ 196 )

Remove installed trusted CA certificates

The delete storageArray trustedCertificate command removes the specified user installed CA certificates from the array’s web servers.

Supported Series

This command applies to an individual ETERNUS AB/HB series storage system.

Roles

To execute this command on the ETERNUS AB/HB series storage system, you must have the Security Admin role.

Syntax

delete storageArray trustedCertificate [(allUserInstalled |
aliases=("alias1" ... "aliasN"))]

Parameters

Parameter Description

allUserInstalled

Allows you to specify the removal of all user installed certificates.

aliases

Allows you to specify one or more CA certificates to be deleted using the alias names or specify all. The aliases can be from any controllers. Enclose all the aliases in parentheses. If you enter more than one alias, separate them with a space.

Examples

SMcli -n Array1 -c "delete storageArray trustedCertificate allUserInstalled;"

SMcli -n Array1 -c "delete storageArray trustedCertificate
   aliases=("19527b38-8d26-44e5-8c7f-5bf2ca9db7cf" "04bf744c-413a-49f1-9666-88d74189591d");"

SMcli completed successfully.
Top of Page