Show installed root/intermediate CA certificates summary
The show controller caCertificate command displays the installed CA certificates summary from the specified controller. This command is useful to use before performing the delete controller caCertificate 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 controller [(a|b)] caCertificate [all | aliases=("alias1" ... "aliasN")] summary
Parameters
Parameter | Description |
---|---|
controller | Allows the user to specify the controller on which you want to retrieve the root/intermediate certificates. Valid controller identifiers are a or b, where a is the controller in slot A, and b is the controller in slot B. Enclose the controller identifier in square brackets ([ ]). |
all | Allows the user to specify the retrieval of all root/intermediate certificates. |
aliases | Allows the user to specify which root/intermediate certificate to retrieve by alias. Enclose all the aliases in parentheses. If you enter more than one alias, separate them with a space. |
Examples
SMcli -n Array1 -c "show controller[a] caCertificate all summary;"
SMcli -n Array1 -c "show controller[b] caCertificate alias=("myAlias" "anotherAlias") summary;"
============================
Controller A Authority Certificates
============================
Alias: 19527b38-8d26-44e5-8c7f-5bf2ca9db7cf
Subject DN: CN=My Corp Issuing CA 1
Issuer DN: CN=My Corp Root CA
Start: date
Expire: date
---------------------
Alias: myAliasName
Subject DN: CN=My Corp Issuing CA 1
Issuer DN: CN=My Corp Root CA
Start: date
Expire: date
SMcli completed successfully.
Give documentation feedback