SANtricity 11.8 Commands

to Japanese version

Install root/intermediate CA certificates

The download controller caCertificate command installs the root/intermediate CA certificates on the controllers' web servers to validate the web server signed certificate.

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.

Context

Perform this action for each controller.

Syntax

download controller[(a|b)] caCertificate [alias="string"]
         file="filename"

Parameters

Parameter Description

controller

Allows you to specify the controller on which you want to install the root/intermediate signed certificate. 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 ([ ]).

alias

Allows you to specify an alias to represent the root/intermediate certificate. This alias is used to look up information about the root/intermediate certificates or to delete them. An alias is associated to a root/intermediate certificate and must be unique.

file

Allows you to specify the file that contains the root/intermediate CA certificate. The acceptable extensions are .pem, .cer, .crt, and .der.

Examples

SMcli -n Array1 -c "download controller[a] caCertificate alias="myAlias" file="C:\rootCA1.cer";"
SMcli -n Array1 -c "download controller[b] caCertificate file="C:\rootCA1.cer";"

SMcli completed successfully.
Top of Page