display pki certificate attribute-group
Syntax
display pki certificate attribute-group { group-name | all } [ | { begin | exclude | include } regular-expression ]
View
Any view
Default level
1: Monitor level
Parameters
group-name: Name of a certificate attribute group, a string of 1 to 16 characters.
all: Specifies all certificate attribute groups.
|: Filters command output by specifying a regular expression. For more information about regular expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Description
Use display pki certificate attribute-group to display information about certificate attribute groups.
Examples
# Display information about certificate attribute group mygroup.
<Sysname> display pki certificate attribute-group mygroup attribute group name: mygroup attribute 1 subject-name dn ctn abc attribute 2 issuer-name fqdn nctn app
Table 37: Command output
Field | Description |
---|---|
attribute group name | Name of the certificate attribute group |
attribute number | Number of the attribute rule |
subject-name | Name of the certificate subject |
dn | DN of the entity |
ctn | Indicates the contain operations |
abc | Value of attribute 1 |
issuer-name | Name of the certificate issuer |
fqdn | FQDN of the entity |
nctn | Indicates the not-contain operations |
app | Value of attribute 2 |