The download storageArray keyManagementCertificate command installs the external key management certificates on the storage array.
This command applies to an individual E2800, E5700, EF600 or EF300 storage array. It does not operate on E2700 or E5600 storage arrays.
To execute this command on an E2800, E5700, EF600, or EF300 storage array, you must have the Security Admin role.
download storageArray keyManagementClientCertificate certificateType=(client|server) file="filename"
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. |
SMcli -n Array1 -c "download storageArray keyManagementClientCertificate certificateType=client file="C:\serverSignedKeyMgmtClientCert.cer";" SMcli completed successfully.
8.40