display ssl client-policy
Syntax
display ssl client-policy { policy-name | all } [ | { begin | exclude | include } regular-expression ]
View
Any view
Default level
1: Monitor level
Parameters
policy-name: SSL client policy name, a case-insensitive string of 1 to 16 characters.
all: Displays information about all SSL client policies.
|: 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 ssl client-policy to display information about SSL client policies.
Examples
# Display information about SSL client policy policy1.
<Sysname> display ssl client-policy policy1 SSL Client Policy: policy1 SSL Version: SSL 3.0 PKI Domain: 1 Prefer Ciphersuite: RSA_RC4_128_SHA Server-verify: enabled
Table 43: Command output
Field | Description |
---|---|
SSL Client Policy | SSL client policy name |
SSL Version | Version of the protocol used by the SSL client policy, SSL 3.0 or TLS 1.0 |
PKI Domain | PKI domain of the SSL client policy |
Prefer Ciphersuite | Preferred cipher suite of the SSL client policy |
Server-verify | Whether server authentication is enabled for the SSL client policy |