Retrieve installed trusted CA certificates
The save storageArray trustedCertificate
command retrieves the installed trusted CA certificates for the array. Included in the retrieved files are any requested CA certificates from the array's web servers.
Supported Arrays
This command applies to an individual E2800, E5700, EF600 or EF300 storage array. It does not operate on E2700 or E5600 storage arrays.
Roles
To execute this command on an E2800, E5700, EF600, or EF300 storage array, you must have the Security Admin role.
Syntax
save storageArray trustedCertificate [allUserInstalled | aliases=("alias1" ... "aliasN")] path="fileLocation"
Parameters
Parameter | Description |
---|---|
|
Allows you to specify the retrieval of user installed certificates. The default option is |
|
Allows you to specify which user installed trusted certificate to retrieve by alias. Enclose all the aliases in parentheses. If you enter more than one alias, separate them with a space. |
|
Allows you to specify the local location for which to save the controller's trusted certificates. |
Examples
SMcli -n Array1 -c "save storageArray trustedCertificate allUserInstalled path="C:\";" SMcli -n Array1 -c "save storageArray trustedCertificate aliases=("myAlias" "anotherAlias") path="C:\";" SMcli completed successfully.
Minimum firmware level
8.40