SANtricity 11.8 Commands

to Japanese version

Install storage Array external key management certificate

The download storageArray keyManagementCertificate command installs the external key management certificates on the storage system.

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

This command applies only to external key management.

Syntax

download storageArray keyManagementClientCertificate certificateType=(client|server) file="filename"

Parameters

Parameter Description

certificateType

Allows you to specify the certificate file type. Valid choices are client or server.

file

Allows you to specify the client signed certificate or server root/intermediate CA certificate. The file must be in PEM/DER format.

Examples

SMcli -n Array1 -c "download storageArray keyManagementClientCertificate certificateType=client
   file="C:\serverSignedKeyMgmtClientCert.cer";"


SMcli completed successfully.
Top of Page