Skip to main content

Install storage array external key management certificate

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

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.

Context

Note
This command applies only to external key management.

Syntax


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

Parameters

ParameterDescription
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.