Retrieve installed CA certificates
The save controller caCertificate command retrieves the installed CA certificates from the specified controller. Included in the retrieved certificates are any requested CA certificates from the controller's web server.
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
save controller[(a|b)] caCertificate [all | aliases=("alias1" ... "aliasN")]
path="fileLocation"
Parameters
Parameter | Description |
---|---|
controller | Allows you to specify the controller on which you want to retrieve the root/intermediate certificates. 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 ([ ]). |
all | Allows you to specify the retrieval of all certificates that were imported to resolve the signed certificate chain. User-installed certificates include key management certificates. |
aliases | Allows you to specify which user installed root/intermediate certificate to retrieve by alias. Enclose all the aliases in parentheses. If you enter more than one alias, separate them with a space. |
path | Allows you to specify the local location to save the controllers’ root/intermediate certificates. |
Examples
SMcli -n Array1 -c "save controller[a] caCertificate all path="C:\";"
SMcli -n Array1 -c "save controller[b] caCertificate aliases=("myAlias" "anotherAlias") path="C:\";"
SMcli completed successfully.
Give documentation feedback