SANtricity 11.9 Commands ( CA08871-194 ~ 196 )

Install storage system 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 ETERNUS AB/HB series storage system.

Roles

To execute this command on the ETERNUS AB/HB series 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" [privateKeyFile = "keyFileName"]

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.

privateKeyFile

Allows you to download a private key alongside a signed certificate. The privateKeyFile parameter must be used with certificateType=client value.

Examples

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


SMcli completed successfully.
Top of Page