Show installed trusted CA certificates summary
The show storageArray trustedCertificate summary command displays the trusted installed CA certificates summary from the array. This command is useful to use before performing the delete storageArray trustedCertificate command so that you know the alias names of the certificates to delete.
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.
Syntax
show storageArray trustedCertificate [all | allUserInstalled|
aliases=("alias1" ... "aliasN")] summary
Parameters
Parameter | Description |
---|---|
all | Allows you to specify the retrieval of all certificates, including pre-installed and user installed certificates. |
allUserInstalled | Allows you to specify the retrieval of all user installed certificates. This is the default option. |
aliases | Allows the user to specify which pre-installed or user installed trusted certificate to retrieve by alias. Enclose all the aliases in parentheses. If you enter more than one alias, separate them with a space. |
Examples
Sample output may be different than illustrated below.
SMcli -n Array1 -c "show storageArray trustedCertificate allUserInstalled summary;"
============================
Trusted Certificates
============================
Alias: 19527b38-8d26-44e5-8c7f-5bf2ca9db7cf
Type: Pre-installed | User installed
Subject DN: CN=Corp Issuing CA 1
Issuer DN: CN=Corp Root CA
Start: date
Expire: date
---------------------
Alias: myAliasName
Type: Pre-installed | User installed
Subject DN: CN=Corp Issuing CA 1
Issuer DN: CN=Corp Root CA
Start: date
Expire: date
SMcli completed successfully.
Give documentation feedback