SANtricity 11.8 Commands

to Japanese version

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 HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 or AB3100 storage system.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100, or AB3100 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