Install trusted CA certificates
The download controller trustedCertificate command installs the trusted CA certificates on the controllers' web servers to validate the LDAP server signed certificate.
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
Perform this action only if the CA who signed the certificates is not well known or commonly trusted. The command installs the CA certificate on both controllers.
Syntax
download storageArray trustedCertificate [alias=string] file="filename"
Parameters
Parameter | Description |
---|---|
alias | Allows you to specify an alias to represent the trusted CA certificate. This alias is used to look up information about the trusted CA certificates or to delete them. An alias is associated to a trusted certificate and must be unique. |
file | Allows you to specify the file that contains the trusted CA certificate. The acceptable extensions are .pem, .cer, .crt, and .der. |
Examples
SMcli -n Array1 -c "download storageArray trustedCertificate alias="myAlias"
file="C:\rootCA1.cer";"
SMcli -n Array1 -c "download storageArray trustedCertificate
file="C:\rootCA1.cer";"
SMcli completed successfully.
Give documentation feedback